diff --git a/bower.json b/bower.json index ab2e3cd..f9bbaf0 100644 --- a/bower.json +++ b/bower.json @@ -33,5 +33,6 @@ "bower_components", "test", "tests" - ] + ], + "version": "1.0.1" } diff --git a/package.json b/package.json index 60abc9b..a1080b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oauth3.js", - "version": "1.0.0", + "version": "1.0.1", "description": "The world's smallest, fastest, and most secure OAuth3 (and OAuth2) JavaScript implementation.", "main": "oauth3.node.js", "scripts": { @@ -38,7 +38,6 @@ "browserify-aes": "^1.0.6", "create-hash": "^1.1.2", "pbkdf2": "^3.0.9", - "browserify": "^14.1.0", "gulp": "^3.9.1", "gulp-cli": "^1.2.2",