aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-11-24 11:07:36 -0800
committerMark Otto <[email protected]>2015-11-24 11:07:36 -0800
commit910400e8979f43d7d329edcaa29add03acb3d48b (patch)
tree2b76c14864445472340a64bcdc968987c9841849 /package.js
parentc13de0e69a5708cf3a8d2e2020ef561d47ac085f (diff)
downloadbootstrap-910400e8979f43d7d329edcaa29add03acb3d48b.tar.xz
bootstrap-910400e8979f43d7d329edcaa29add03acb3d48b.zip
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 ae1c8dbad..0d8990bd4 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'
});