aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-01-18 08:21:22 -0800
committerMark Otto <[email protected]>2018-01-18 10:24:51 -0800
commit572d00ac7e4ffdb91c1015d83100ea1c279af6ca (patch)
tree9488d2d4b052865bf67694a6200c0aef24586b3d /package.js
parentbffa438f8ea7baff361fe04b1d50eb9254d3fdbe (diff)
downloadbootstrap-572d00ac7e4ffdb91c1015d83100ea1c279af6ca.tar.xz
bootstrap-572d00ac7e4ffdb91c1015d83100ea1c279af6ca.zip
Bump version to 4.0.0
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 4a76d647a..c02648515 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.3',
+ version: '4.0.0',
git: 'https://github.com/twbs/bootstrap.git'
});