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-07-27 19:31:24 +0300
committerMark Otto <markdotto@gmail.com>2016-07-27 19:31:24 +0300
commit24e992a6ffbb3b54424eb1042d49005124b265d9 (patch)
treed8d4357e7b4f334d6015f686849334555dd9d4fa /package.js
parent49fadbd4b81854aa70ec723206111c579a9394e7 (diff)
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 369dfc43a3..8c6110909f 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'
});