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

Commit

Permalink
bump 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vesparny committed May 8, 2015
1 parent 9d8ba02 commit 3e86a9d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.1.0 (2015-08-05)

### Bug fixes

* updating dependencies

# 1.0.4 (2015-19-01)

### Bug fixes
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ angular-kickstart is an opinionated kickstart for single page application develo

### Getting started

Install **node.js**. Then **sass**, **gulp** and **bower** if you haven't yet.
Install **node.js**. Then **gulp** and **bower** if you haven't yet.

$ gem install sass
$ npm -g install gulp bower

After that, install angular-kickstart downloading the [latest release](https://github.com/vesparny/angular-kickstart/releases) (or clone the master branch if you want to run the development version). Unzip the project and cd into it, then install bower and npm dependencies, and run the application in development mode.
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.4');
.value('version', '1.1.0');
})();
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.4",
"version": "1.1.0",
"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 3e86a9d

Please sign in to comment.