Skip to content

Commit

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

## Changelog

### V.0.3

**0.3.0**:

- Adding Sass as CSS preprocessor alternative (Thanks to [@ajoslin](https://github.com/ajoslin)'s PR[#2](https://github.com/klei/slush-angular/pull/2))
- Adding `.tmp/` to the generated project's .gitignore ([#3](https://github.com/klei/slush-angular/pull/3))

### V.0.2

**0.2.0**:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slush-angular",
"version": "0.2.0",
"version": "0.3.0",
"description": "A slush generator for AngularJS using the Google Angular App Structure Recommendations",
"main": "slushfile.js",
"scripts": {
Expand Down

0 comments on commit 335d019

Please sign in to comment.