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-07-04 23:48:46 +0300
committerMark Otto <markdotto@gmail.com>2017-07-04 23:48:46 +0300
commit332a1905f23708add5ca1915280157d1737190b6 (patch)
treeef7379cb8be8c796b352bf04f57aec4643462201 /package.js
parentbf63d052c0d4afeb8b5e8fdf4ff376e3dd75bbd0 (diff)
bump version
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 f1ddd0c21e..bfaa4bc1f2 100644
--- a/package.js
+++ b/package.js
@@ -6,7 +6,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: '3.3.7',
+ version: '3.4.0',
git: 'https://github.com/twbs/bootstrap.git'
});