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-06-16 19:10:22 +0300
committerMark Otto <markdotto@gmail.com>2015-06-16 19:10:22 +0300
commit83bfff7f0765503b990b96c303eef67009e48d77 (patch)
treef8a1e58e1baa1a63640823c87d23058f3d301985 /package.js
parent29ff44d3113806aad002bfea17a24e97005cd0c4 (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 48de34127a..81d42a68f8 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.4',
+ version: '3.3.5',
git: 'https://github.com/twbs/bootstrap.git'
});