Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzepinski committed Jan 31, 2015
1 parent d7ce211 commit 7ec4400
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion dist/css/angular-debug-bar.css
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/angular-debug-bar.js
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}

0 comments on commit 7ec4400

Please sign in to comment.