aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-08 18:04:59 -0800
committerChris Rebert <[email protected]>2015-12-08 18:16:47 -0800
commit31d4139a7402776cdb6a852b2fa9351b02e9482b (patch)
tree10d2643f4d3ed0c60157f1fde014c6a4bafaf755 /package.js
parentcc8600a2877c8f7898fe5ae7f6bc9d453fd3b7d2 (diff)
downloadbootstrap-31d4139a7402776cdb6a852b2fa9351b02e9482b.tar.xz
bootstrap-31d4139a7402776cdb6a852b2fa9351b02e9482b.zip
Update version numbers using npm script
Errata from: * 8ce5da30260c1368ae97838fcf010375071a7243 * 5d3144e8fb5c7202991b7614d77dfc00903fcb2e which missed a few numbers. [skip sauce] [skip validator]
Diffstat (limited to 'package.js')
-rw-r--r--package.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.js b/package.js
index a1a9df1e9..369dfc43a 100644
--- a/package.js
+++ b/package.js
@@ -5,7 +5,7 @@
Package.describe({
name: 'twbs:bootstrap', // http://atmospherejs.com/twbs/bootstrap
summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.',
- version: '4.0.0-alpha',
+ version: '4.0.0-alpha.2',
git: 'https://github.com/twbs/bootstrap.git'
});