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-12-28 20:16:39 +0300
committerMark Otto <markd.otto@gmail.com>2017-12-28 20:50:04 +0300
commitced70da441d487efb8589acbff445d6b5fa68bb9 (patch)
tree002a940cdc0aa217cea78420d77b921dbf282947 /package.js
parente0fe88659cb78f16e20e407780b290e7ab39ebbc (diff)
Update version to 4.0.0-beta.3v4.0.0-beta.3
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 7dfe4f2c46..4a76d647a3 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: '4.0.0-beta.2',
+ version: '4.0.0-beta.3',
git: 'https://github.com/twbs/bootstrap.git'
});