diff options
| author | Mark Otto <[email protected]> | 2014-11-12 09:03:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-12 09:03:16 -0800 |
| commit | 9a7e365c2c4360335d25246dac11afb1f577210a (patch) | |
| tree | 8ba68d3af68fe69b28a38dd598449a10aafcc630 /js/alert.js | |
| parent | 143c4a2f8fc91513dc656e7bf3f234d21a45f849 (diff) | |
| download | bootstrap-3.3.1.tar.xz bootstrap-3.3.1.zip | |
bump version to v3.3.1v3.3.1
Diffstat (limited to 'js/alert.js')
| -rw-r--r-- | js/alert.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/alert.js b/js/alert.js index d47d85fc5..7b775dd0a 100644 --- a/js/alert.js +++ b/js/alert.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: alert.js v3.3.0 + * Bootstrap: alert.js v3.3.1 * http://getbootstrap.com/javascript/#alerts * ======================================================================== * Copyright 2011-2014 Twitter, Inc. @@ -18,7 +18,7 @@ $(el).on('click', dismiss, this.close) } - Alert.VERSION = '3.3.0' + Alert.VERSION = '3.3.1' Alert.TRANSITION_DURATION = 150 |
