Skip to content

Commit 6c38e3a

Browse files
committed
Version bump (v.0.4.2)
1 parent ea60035 commit 6c38e3a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

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

113113
### V.0.4
114114

115+
**0.4.2**:
116+
117+
- Fixing typo (See [#17](https://github.com/slushjs/slush-angular/pull/17))
118+
115119
**0.4.1**:
116120

117121
- Adding tests, using [`mock-gulp-dest`](https://github.com/slushjs/mock-gulp-dest)

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.4.1",
3+
"version": "0.4.2",
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)