Skip to content

Commit

Permalink
bump version to v1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Pollak committed Jan 28, 2015
1 parent 28032ac commit 75ea404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Card - check out the **[demo](https://jessepollak.github.io/card)**

*NOTE: The `master` branch of this repository is currently on `v1.0.0-beta`. Version 1.0.0 removes the jQuery dependence for the core library, but may have issues. If you don't want to use the beta, you can find code for the last stable release [here](https://github.com/jessepollak/card/releases/tag/v0.1.4) and documentation [here](https://github.com/jessepollak/card/blob/v0.1.4/README.md).*
*NOTE: The `master` branch of this repository is currently on `v1.0.0-beta2`. Version 1.0.0 removes the jQuery dependence for the core library, but may have issues. If you don't want to use the beta, you can find code for the last stable release [here](https://github.com/jessepollak/card/releases/tag/v0.1.4) and documentation [here](https://github.com/jessepollak/card/blob/v0.1.4/README.md).*

### A better credit card form in one line of code

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "card",
"version": "1.0.0-beta",
"version": "1.0.0-beta2",
"author": "Jesse Pollak <[email protected]>",
"description": "Card lets you add an interactive, CSS3 credit card animation to your credit card form to help your users through the process.",
"main": "lib/js/card.js",
Expand Down

0 comments on commit 75ea404

Please sign in to comment.