Skip to content

Commit

Permalink
update version 2.0.2
Browse files Browse the repository at this point in the history
add wigets: Toggle, Selecter, Stepper
  • Loading branch information
bootflat committed Jun 5, 2014
1 parent 94abd48 commit 01b333d
Show file tree
Hide file tree
Showing 13 changed files with 965 additions and 20 deletions.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = function(grunt) {
defaultPath: 'bootflat'
},

banner: '/*\n * <%= pkg.name %> <%= pkg.version %>\n' +
banner: '/*\n * <%= pkg.name %> <%= pkg.version %>\n' +
' *\n' +
' * Description: <%= pkg.description %>\n' +
' *\n' +
Expand Down Expand Up @@ -44,6 +44,8 @@ module.exports = function(grunt) {
'js/jquery-1.10.1.min.js',
'js/bootstrap.min.js',
'<%= meta.defaultPath %>/js/icheck.min.js',
'<%= meta.defaultPath %>/js/jquery.fs.stepper.min.js',
'<%= meta.defaultPath %>/js/jquery.fs.selecter.min.js',
'js/application.js'
]
}
Expand Down
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/

## Changelog:

2014/6/5 version 2.0.2 `add wigets: Toggle, Selecter, Stepper`

2014/4/3 version 2.0.1 `support bootstrap 3.1.1`

2014/3/6 version 2.0.0 `support bootstrap 3.0.1`
Expand Down

0 comments on commit 01b333d

Please sign in to comment.