Skip to content

Commit 64c5885

Browse files
committed
Version bump (v.0.3.1)
1 parent a81cc68 commit 64c5885

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ Now you have a `./dist` folder with all your scripts and stylesheets concatenate
112112

113113
### V.0.3
114114

115+
**0.3.1**:
116+
117+
- Explicitly set port 3000 ([#4](https://github.com/klei/slush-angular/pull/4))
118+
- Remove bad output in console
119+
- Update gulp to `3.6.1`
120+
115121
**0.3.0**:
116122

117123
- Adding Sass as CSS preprocessor alternative (Thanks to [@ajoslin](https://github.com/ajoslin)'s PR[#2](https://github.com/klei/slush-angular/pull/2))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slush-angular",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A slush generator for AngularJS using the Google Angular App Structure Recommendations",
55
"main": "slushfile.js",
66
"scripts": {

0 commit comments

Comments
 (0)