Skip to content

Commit cc82dc5

Browse files
author
Jesse Pollak
committed
v1.0.0
1 parent 763a1e4 commit cc82dc5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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-rc1`. 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).*
4-
53
### A better credit card form in one line of code
64

75
Card will take *any* credit card form and make it the best part of the checkout process (without you changing anything). Everything is created with pure CSS, HTML, and Javascript — no images required.

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-rc1",
3+
"version": "1.0.0",
44
"author": "Jesse Pollak <[email protected]>",
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)