From 3e86a9da297331efeed92e93f1e64f70d2244e86 Mon Sep 17 00:00:00 2001 From: Alessandro Arnodo Date: Fri, 8 May 2015 17:08:38 +0200 Subject: [PATCH] bump 1.1.0 --- CHANGELOG.md | 6 ++++++ README.md | 3 +-- client/src/app/app.js | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4050e9..2b473b9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.1.0 (2015-08-05) + +### Bug fixes + +* updating dependencies + # 1.0.4 (2015-19-01) ### Bug fixes diff --git a/README.md b/README.md index cd8d8d5..80fc86c 100755 --- a/README.md +++ b/README.md @@ -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. diff --git a/client/src/app/app.js b/client/src/app/app.js index a77c52d..05666a8 100755 --- a/client/src/app/app.js +++ b/client/src/app/app.js @@ -47,5 +47,5 @@ .config(config) .run(run) .controller('MainCtrl', MainCtrl) - .value('version', '1.0.4'); + .value('version', '1.1.0'); })(); diff --git a/package.json b/package.json index e9bce21..3ff937b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "angular-kickstart", "email": "alessandro@arnodo.net", "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",