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 <otto@github.com>2018-12-21 21:55:28 +0300
committerGitHub <noreply@github.com>2018-12-21 21:55:28 +0300
commit9e4e94747bd698f4f61d48ed54c9c6d4d199bd32 (patch)
tree8e37685c31b9548ae2efdf5c29d64c76252a458e /package.js
parentd50ed9a2bde22067c0e5f21d1614e477e362165a (diff)
Bump to v4.2.1 (#27892)v4.2.1
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 537b89bc36..1c5be560e7 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.2.0',
+ version: '4.2.1',
git: 'https://github.com/twbs/bootstrap.git'
});