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-10-19 19:40:37 +0300
committerMark Otto <markd.otto@gmail.com>2017-10-19 22:23:29 +0300
commitdbf5405cfdd5c3836e1c6d8f4589233641d5393f (patch)
tree10943389235e3f8bb6d3de9c23ca03321a89e17e /package.js
parent73ade2524bf78b50a2e1000a6eaf2f40b173d955 (diff)
fix version number
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 82c76db7ea..7dfe4f2c46 100644
--- a/package.js
+++ b/package.js
@@ -5,7 +5,7 @@
Package.describe({
name: 'twbs:bootstrap', // https://atmospherejs.com/twbs/bootstrap
summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.',
- version: 'v4.0.0-beta.2',
+ version: '4.0.0-beta.2',
git: 'https://github.com/twbs/bootstrap.git'
});