aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-12-21 10:55:28 -0800
committerGitHub <[email protected]>2018-12-21 10:55:28 -0800
commit9e4e94747bd698f4f61d48ed54c9c6d4d199bd32 (patch)
tree8e37685c31b9548ae2efdf5c29d64c76252a458e /package.js
parentd50ed9a2bde22067c0e5f21d1614e477e362165a (diff)
downloadbootstrap-4.2.1.tar.xz
bootstrap-4.2.1.zip
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 537b89bc3..1c5be560e 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'
});