Skip to content

Commit 75ea404

Browse files
author
Jesse Pollak
committed
bump version to v1.0.0-beta2
1 parent 28032ac commit 75ea404

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Card - check out the **[demo](https://jessepollak.github.io/card)**
22

3-
*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).*
3+
*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).*
44

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "card",
3-
"version": "1.0.0-beta",
3+
"version": "1.0.0-beta2",
44
"author": "Jesse Pollak <jpollak92@gmail.com>",
55
"description": "Card lets you add an interactive, CSS3 credit card animation to your credit card form to help your users through the process.",
66
"main": "lib/js/card.js",

0 commit comments

Comments
 (0)