Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makeusabrew committed Feb 18, 2013
1 parent abb48ba commit e47ab8c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 15 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ Bootstrap 3.0.0 (assuming that sees the light of day first).
You can get a quick overview of the roadmap in the form of the project milestones
[as listed in the issue tracker](https://github.com/makeusabrew/bootbox/issues/milestones?direction=asc&sort=due_date).

## Latest Release: 3.0.0
## Latest Release: 3.1.0

* ensure ```confirm``` and ```prompt``` methods return callback values properly (GH-90)
* address various jshint warnings (GH-79)
* add ```setBtnClasses``` method for custom standard button classes (GH-87)

### 3.0.0

* bump Bootstrap dependency to 2.2.2
* bump jQuery dependency to 1.8.3
Expand Down
2 changes: 1 addition & 1 deletion bootbox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* bootbox.js v3.0.0
* bootbox.js v3.1.0
*
* http://bootboxjs.com/license.txt
*/
Expand Down
25 changes: 13 additions & 12 deletions bootbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion header.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* bootbox.js v3.0.0
* bootbox.js v3.1.0
*
* http://bootboxjs.com/license.txt
*/

0 comments on commit e47ab8c

Please sign in to comment.