Skip to content

Commit

Permalink
Version bump (v.0.3.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimbeng committed Apr 23, 2014
1 parent 1db6192 commit 761f884
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ Now you have a `./dist` folder with all your scripts and stylesheets concatenate

### V.0.3

**0.3.2**:

- Fixing jshint errors in newly generated angular app with stylus as CSS preprocessor

**0.3.1**:

- Explicitly set port 3000 ([#4](https://github.com/klei/slush-angular/pull/4))
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slush-angular",
"version": "0.3.1",
"version": "0.3.2",
"description": "A slush generator for AngularJS using the Google Angular App Structure Recommendations",
"main": "slushfile.js",
"scripts": {
Expand All @@ -16,7 +16,8 @@
"angularjs",
"google",
"stylus",
"less"
"less",
"sass"
],
"author": "Joakim Bengtson <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 761f884

Please sign in to comment.