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>2015-11-24 22:07:36 +0300
committerMark Otto <markdotto@gmail.com>2015-11-24 22:07:36 +0300
commit910400e8979f43d7d329edcaa29add03acb3d48b (patch)
tree2b76c14864445472340a64bcdc968987c9841849 /package.js
parentc13de0e69a5708cf3a8d2e2020ef561d47ac085f (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 ae1c8dbad7..0d8990bd46 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.5',
+ version: '3.3.6',
git: 'https://github.com/twbs/bootstrap.git'
});