Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/js.js
diff options
context:
space:
mode:
authorfat <jacobthornton@gmail.com>2013-07-27 11:53:01 +0400
committerfat <jacobthornton@gmail.com>2013-07-27 11:53:01 +0400
commita940c96fb3de0bb9b98d6af8b1b2f16c9fa8fd93 (patch)
tree9464e3192083c0200aaf3a72d6acf1508677c714 /lib/js.js
parent49dd72cd81dabad6faa801ed55aea5da88b305ef (diff)
parente45106ea0915cb82a52b13c101a0513dc7754111 (diff)
Merge branch 'master' of heroku.com:bootstrap
Conflicts: lib/css.js
Diffstat (limited to 'lib/js.js')
-rw-r--r--lib/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/js.js b/lib/js.js
index 373ba00..796d383 100644
--- a/lib/js.js
+++ b/lib/js.js
@@ -22,7 +22,7 @@
var uglifyJS = require('uglify-js')
, path = require('path')
, https = require('https')
- , TAG = 'v2.3.1'
+ , TAG = 'v2.3.2'
, CACHE = {}
, FILES = [ "bootstrap-transition.js"
, "bootstrap-affix.js"