Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
connors committed Mar 5, 2014
1 parent c5bca78 commit a3e6dd4
Show file tree
Hide file tree
Showing 30 changed files with 64 additions and 64 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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)
# 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)

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

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

## Getting started

- 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
- 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
- [Read the docs](http://goratchet.com) to learn about the components and how to get a prototype on your phone
- [Check out examples](http://goratchet.com/examples/)

Expand Down Expand Up @@ -55,7 +55,7 @@ Ratchet's documentation is built with [Jekyll](http://jekyllrb.com) and publicly
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation).
- **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.
2. From the root `/ratchet/docs` directory, run `jekyll serve` in the command line.
- **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`.
- **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`.

This comment has been minimized.

Copy link
@zlatanvasovic

zlatanvasovic Mar 5, 2014

Contributor

revert this, ruby 2.0.0 is right :D

3. Open <http://localhost:4000> in your browser, and boom!

Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ratchet",
"version": "2.0.0",
"version": "2.0.1",
"main": [
"./dist/css/ratchet.css",
"./dist/js/ratchet.js"
Expand Down
4 changes: 2 additions & 2 deletions dist/css/ratchet-theme-android.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* =====================================================
* Ratchet v2.0.0 (http://goratchet.com)
* Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
* v2.0.0 designed by @connors.
* v2.0.1 designed by @connors.

This comment has been minimized.

Copy link
@cvrebert

cvrebert Mar 5, 2014

Contributor

Like the docs for the version-bumping grunt task say, it's overzealous/crude and the changes it makes need to be manually reviewed.

This comment has been minimized.

Copy link
@mdo

mdo Mar 5, 2014

Member

I don't see this needing to change tbh—it can stay at the same version number. Or, @connors can change it to v2.x designed by @connors.. Either way, as an aside, having your username in there leads to problems as we found out with Bootstrap.

* =====================================================
*/

Expand Down
4 changes: 2 additions & 2 deletions dist/css/ratchet-theme-android.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/css/ratchet-theme-ios.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* =====================================================
* Ratchet v2.0.0 (http://goratchet.com)
* Ratchet v2.0.1 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT.
*
* v2.0.0 designed by @connors.
* v2.0.1 designed by @connors.
* =====================================================
*/

Expand Down
Loading

0 comments on commit a3e6dd4

Please sign in to comment.