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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2016-10-19 18:27:41 +0300
committerMark Otto <markdotto@gmail.com>2016-10-19 18:27:41 +0300
commit8ff7edaab4f55b6612df3fe670aa9b9ac0984eae (patch)
tree79237657dc9b26eec1f4c4ce6e8739115864eb49 /package.js
parentdd22d9925460a06c49a19f5142019a2a30c41119 (diff)
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 a6ff6c4628..a15a51d2cb 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'
});