Skip to content

Commit

Permalink
bumping the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
connors committed Apr 2, 2014
1 parent 999a146 commit a2d9f5d
Show file tree
Hide file tree
Showing 32 changed files with 68 additions and 68 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# 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)
# Ratchet v2.0.2 [![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.1.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.2.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
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "ratchet",
"description": "Build mobile apps with simple HTML, CSS, and JS components.",
"version": "2.0.1",
"version": "2.0.2",
"keywords": [
"css",
"js",
Expand Down
4 changes: 2 additions & 2 deletions dist/css/ratchet-theme-android.css
@@ -1,10 +1,10 @@
/*!
* =====================================================
* Ratchet v2.0.1 (http://goratchet.com)
* Ratchet v2.0.2 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE)
*
* v2.0.1 designed by @connors.
* v2.0.2 designed by @connors.
* =====================================================
*/

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
@@ -1,10 +1,10 @@
/*!
* =====================================================
* Ratchet v2.0.1 (http://goratchet.com)
* Ratchet v2.0.2 (http://goratchet.com)
* Copyright 2014 Connor Sears
* Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE)
*
* v2.0.1 designed by @connors.
* v2.0.2 designed by @connors.
* =====================================================
*/

Expand Down

0 comments on commit a2d9f5d

Please sign in to comment.