Skip to content

Commit 01b333d

Browse files
committed
update version 2.0.2
add wigets: Toggle, Selecter, Stepper
1 parent 94abd48 commit 01b333d

13 files changed

+965
-20
lines changed

Gruntfile.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = function(grunt) {
1313
defaultPath: 'bootflat'
1414
},
1515

16-
banner: '/*\n * <%= pkg.name %> <%= pkg.version %>\n' +
16+
banner: '/*\n * <%= pkg.name %> <%= pkg.version %>\n' +
1717
' *\n' +
1818
' * Description: <%= pkg.description %>\n' +
1919
' *\n' +
@@ -44,6 +44,8 @@ module.exports = function(grunt) {
4444
'js/jquery-1.10.1.min.js',
4545
'js/bootstrap.min.js',
4646
'<%= meta.defaultPath %>/js/icheck.min.js',
47+
'<%= meta.defaultPath %>/js/jquery.fs.stepper.min.js',
48+
'<%= meta.defaultPath %>/js/jquery.fs.selecter.min.js',
4749
'js/application.js'
4850
]
4951
}

README.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/
7979

8080
## Changelog:
8181

82+
2014/6/5 version 2.0.2 `add wigets: Toggle, Selecter, Stepper`
83+
8284
2014/4/3 version 2.0.1 `support bootstrap 3.1.1`
8385

8486
2014/3/6 version 2.0.0 `support bootstrap 3.0.1`

0 commit comments

Comments
 (0)