Skip to content

Commit a3e6dd4

Browse files
author
connors
committed
bump version
1 parent c5bca78 commit a3e6dd4

30 files changed

+64
-64
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ratchet v2.0.0 [![Build Status](https://secure.travis-ci.org/twbs/ratchet.png)](http://travis-ci.org/twbs/ratchet) [![devDependencies](https://david-dm.org/twbs/ratchet/dev-status.png?theme=shields.io)](https://david-dm.org/twbs/ratchet#info=devDependencies)
1+
# Ratchet v2.0.1 [![Build Status](https://secure.travis-ci.org/twbs/ratchet.png)](http://travis-ci.org/twbs/ratchet) [![devDependencies](https://david-dm.org/twbs/ratchet/dev-status.png?theme=shields.io)](https://david-dm.org/twbs/ratchet#info=devDependencies)
22

33
Build mobile apps with simple HTML, CSS, and JS components.
44

@@ -15,7 +15,7 @@ Build mobile apps with simple HTML, CSS, and JS components.
1515

1616
## Getting started
1717

18-
- Clone the repo with `git clone https://github.com/twbs/ratchet.git` or just [download](http://github.com/twbs/ratchet/archive/v2.0.0.zip) the bundled CSS and JS
18+
- Clone the repo with `git clone https://github.com/twbs/ratchet.git` or just [download](http://github.com/twbs/ratchet/archive/v2.0.1.zip) the bundled CSS and JS
1919
- [Read the docs](http://goratchet.com) to learn about the components and how to get a prototype on your phone
2020
- [Check out examples](http://goratchet.com/examples/)
2121

@@ -55,7 +55,7 @@ Ratchet's documentation is built with [Jekyll](http://jekyllrb.com) and publicly
5555
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation).
5656
- **Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems. We use Pygments for syntax highlighting, so make sure to read the sections on installing Python and Pygments.
5757
2. From the root `/ratchet/docs` directory, run `jekyll serve` in the command line.
58-
- **Windows users:** While we use Jekyll's `encoding` setting, you might still need to change the command prompt's character encoding ([code page](http://en.wikipedia.org/wiki/Windows_code_page)) to UTF-8 so Jekyll runs without errors. For Ruby 2.0.0, run `chcp 65001` first. For Ruby 1.9.3, you can alternatively do `SET LANG=en_EN.UTF-8`.
58+
- **Windows users:** While we use Jekyll's `encoding` setting, you might still need to change the command prompt's character encoding ([code page](http://en.wikipedia.org/wiki/Windows_code_page)) to UTF-8 so Jekyll runs without errors. For Ruby 2.0.1, run `chcp 65001` first. For Ruby 1.9.3, you can alternatively do `SET LANG=en_EN.UTF-8`.
5959
3. Open <http://localhost:4000> in your browser, and boom!
6060

6161
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ratchet",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"main": [
55
"./dist/css/ratchet.css",
66
"./dist/js/ratchet.js"

dist/css/ratchet-theme-android.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
22
* =====================================================
3-
* Ratchet v2.0.0 (http://goratchet.com)
3+
* Ratchet v2.0.1 (http://goratchet.com)
44
* Copyright 2014 Connor Sears
55
* Licensed under MIT.
66
*
7-
* v2.0.0 designed by @connors.
7+
* v2.0.1 designed by @connors.
88
* =====================================================
99
*/
1010

dist/css/ratchet-theme-android.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/ratchet-theme-ios.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
22
* =====================================================
3-
* Ratchet v2.0.0 (http://goratchet.com)
3+
* Ratchet v2.0.1 (http://goratchet.com)
44
* Copyright 2014 Connor Sears
55
* Licensed under MIT.
66
*
7-
* v2.0.0 designed by @connors.
7+
* v2.0.1 designed by @connors.
88
* =====================================================
99
*/
1010

0 commit comments

Comments
 (0)