Skip to content

Commit e8e7c03

Browse files
committed
Bump version
1 parent a1e78ad commit e8e7c03

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "creditcard.js",
33
"description": "A simple library for credit-card validation in JavaScript",
44
"main": "dist/creditcard.min.js",
5-
"version": "1.0.0",
5+
"version": "2.0.0",
66
"authors": [
77
"@ContaAzul"
88
],

dist/creditcard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* creditcard.js v1.0.0
2+
* creditcard.js v2.0.0
33
* Created by @ContaAzul.
44
*
55
* Licensed MIT.

dist/creditcard.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "creditcard.js",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "A simple library for credit-card validation in JavaScript",
55
"main": "dist/creditcard.min.js",
66
"files": [

0 commit comments

Comments
 (0)