aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-19 08:27:41 -0700
committerMark Otto <[email protected]>2016-10-19 08:27:41 -0700
commit8ff7edaab4f55b6612df3fe670aa9b9ac0984eae (patch)
tree79237657dc9b26eec1f4c4ce6e8739115864eb49 /package.js
parentdd22d9925460a06c49a19f5142019a2a30c41119 (diff)
downloadbootstrap-8ff7edaab4f55b6612df3fe670aa9b9ac0984eae.tar.xz
bootstrap-8ff7edaab4f55b6612df3fe670aa9b9ac0984eae.zip
version bump to alpha 5
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 a6ff6c462..a15a51d2c 100644
--- a/package.js
+++ b/package.js
@@ -5,7 +5,7 @@
Package.describe({
name: 'twbs:bootstrap', // https://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.4',
+ version: '4.0.0-alpha.5',
git: 'https://github.com/twbs/bootstrap.git'
});