diff --git a/bower.json b/bower.json index 17912f2..998e38e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-debug-bar", - "version": "0.4.0", + "version": "0.4.2", "author": "Maciej Rzepinski", "description": "AngularJS Debug Bar", "homepage": "https://github.com/mrzepinski/angular-debug-bar", @@ -16,8 +16,8 @@ ".jshintrc" ], "devDependencies": { - "angular": "~1.3.8", - "angular-route": "~1.3.8" + "angular": "~1.3.11", + "angular-route": "~1.3.11" }, "licenses": [ { diff --git a/dist/css/angular-debug-bar.css b/dist/css/angular-debug-bar.css index 609d6ee..9f57c3b 100644 --- a/dist/css/angular-debug-bar.css +++ b/dist/css/angular-debug-bar.css @@ -1,5 +1,5 @@ /* - angular-debug-bar v0.4.0 + angular-debug-bar v0.4.2 git://github.com/mrzepinski/angular-debug-bar.git MIT License - Maciej Rzepinski */ diff --git a/dist/js/angular-debug-bar.js b/dist/js/angular-debug-bar.js index edd6c45..dc2b985 100644 --- a/dist/js/angular-debug-bar.js +++ b/dist/js/angular-debug-bar.js @@ -1,5 +1,5 @@ /* - angular-debug-bar v0.4.0 + angular-debug-bar v0.4.2 git://github.com/mrzepinski/angular-debug-bar.git MIT License - Maciej Rzepinski */ diff --git a/package.json b/package.json index 12aed69..0402ed8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-debug-bar", - "version": "0.4.0", + "version": "0.4.2", "title": "AngularJS-Debug-Bar", "description": "AngularJS Debug Bar", "license": "MIT", @@ -13,14 +13,14 @@ }, "devDependencies": { "gulp": "^3.8.10", - "gulp-bump": "^0.1.11", + "gulp-bump": "^0.1.13", "gulp-concat-util": "^0.5.1", "gulp-cssmin": "^0.1.6", "gulp-jshint": "^1.9.0", - "gulp-ng-annotate": "^0.4.3", + "gulp-ng-annotate": "^0.5.2", "gulp-rename": "^1.2.0", - "gulp-sass": "^1.2.4", - "gulp-uglify": "^1.0.2", + "gulp-sass": "^1.3.2", + "gulp-uglify": "^1.1.0", "jshint-stylish": "^1.0.0" } }