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>2017-01-06 19:38:04 +0300
committerMark Otto <markdotto@gmail.com>2017-01-06 19:38:04 +0300
commit045888fa3887f5e65658499da11c8ad737222759 (patch)
tree6a0282dcd2670ade2725453121b9dcb704dca012 /package.js
parent4f4aa9fdb72fefa976fa5065d913827e21311ec6 (diff)
version bump
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 a15a51d2cb..ce21bad9e7 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.5',
+ version: '4.0.0-alpha.6',
git: 'https://github.com/twbs/bootstrap.git'
});