Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Commit

Permalink
bump 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vesparny committed Jan 19, 2015
1 parent c0480ec commit 0b6b7eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.0.4 (2015-19-01)

### Bug fixes

* fixing issue with protractor

# 1.0.3 (2015-15-01)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
.config(config)
.run(run)
.controller('MainCtrl', MainCtrl)
.value('version', '1.0.3');
.value('version', '1.0.4');
})();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "angular-kickstart",
"email": "[email protected]",
"url": "http://alessandro.arnodo.net",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/vesparny/angular-kickstart",
"description": "Speed up your AngularJS development whith a great build system.",
"license": "MIT",
Expand Down

0 comments on commit 0b6b7eb

Please sign in to comment.