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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vesparny committed Oct 29, 2014
1 parent e72d578 commit 443eb69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.0.1 (2014-10-30)

### Bug fixes

* docs improvement

# 1.0.0 (2014-10-29)

### Features
Expand Down Expand Up @@ -31,4 +37,3 @@
* livereload
* static resources minification and optimization for production
* html5mode enabled by default (and fully handled by the build connect middleware)

2 changes: 1 addition & 1 deletion client/src/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
.config(config)
.run(run)
.controller('MainCtrl', MainCtrl)
.value('version', '1.0.0');
.value('version', '1.0.1');
})();
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.0",
"version": "1.0.1",
"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 443eb69

Please sign in to comment.