Skip to content

Commit 521f01e

Browse files
committed
Update: version alpha.5
1 parent 02158c0 commit 521f01e

File tree

4 files changed

+3647
-2
lines changed

4 files changed

+3647
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
##Change log
1515

16+
### 0.1.5
17+
- update bootstrap version to alpha.5
18+
1619
#### 0.1.4
1720
- update bootstrap version to alpha.4
1821

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tests"
2222
],
2323
"dependencies": {
24-
"bootstrap": "bootstrap#v4.0.0-alpha.4",
24+
"bootstrap": "bootstrap#v4.0.0-alpha.5",
2525
"font-awesome": "*"
2626
}
2727
}

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ gulp.task('css', function () {
4747
return error.message;
4848
})))
4949
.pipe(postcss(processors))
50-
.pipe(rename({ suffix: '-rtl.alpha3.min' }))
50+
.pipe(rename({ suffix: '-rtl.alpha5.min' }))
5151
.pipe(gulp.dest('./public/css'))
5252
.pipe(notify("Sass files compiles successfuly!"));
5353
});

0 commit comments

Comments
 (0)