aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-07-27 09:31:24 -0700
committerMark Otto <[email protected]>2016-07-27 09:31:24 -0700
commit24e992a6ffbb3b54424eb1042d49005124b265d9 (patch)
treed8d4357e7b4f334d6015f686849334555dd9d4fa /package.js
parent49fadbd4b81854aa70ec723206111c579a9394e7 (diff)
downloadbootstrap-24e992a6ffbb3b54424eb1042d49005124b265d9.tar.xz
bootstrap-24e992a6ffbb3b54424eb1042d49005124b265d9.zip
bump versions
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 369dfc43a..8c6110909 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.2',
+ version: '4.0.0-alpha.3',
git: 'https://github.com/twbs/bootstrap.git'
});