Skip to content

Commit

Permalink
ADDED: new version number for bower
Browse files Browse the repository at this point in the history
  • Loading branch information
warpdesign committed Dec 16, 2014
1 parent 2bbd4ab commit 1db3b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "YourAwesomePackageName",
"version": "1.0.2",
"version": "1.0.3",
"main": "js/deferred.min.js",
"ignore": [
"node_module",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "deferred-js",
"version": "1.0.2",
"version": "1.0.3",
"description": "Light (less than 1 kb gzipped) standalone implementation of promise/deferred that aims to be fully compatible with $.Deferred found in jQuery 1.5+.",
"main": "node_module/jq-deferred.js",
"scripts": {
Expand Down

0 comments on commit 1db3b24

Please sign in to comment.