Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fernahh committed Feb 5, 2016
1 parent a1e78ad commit e8e7c03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "creditcard.js",
"description": "A simple library for credit-card validation in JavaScript",
"main": "dist/creditcard.min.js",
"version": "1.0.0",
"version": "2.0.0",
"authors": [
"@ContaAzul"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/creditcard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* creditcard.js v1.0.0
* creditcard.js v2.0.0
* Created by @ContaAzul.
*
* Licensed MIT.
Expand Down
2 changes: 1 addition & 1 deletion dist/creditcard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "creditcard.js",
"version": "1.0.0",
"version": "2.0.0",
"description": "A simple library for credit-card validation in JavaScript",
"main": "dist/creditcard.min.js",
"files": [
Expand Down

0 comments on commit e8e7c03

Please sign in to comment.