aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-11-24 16:37:20 +0200
committerXhmikosR <[email protected]>2020-12-07 18:18:16 +0200
commit8dc85c657ee8353f76bb767737f489457132e29d (patch)
treec21f0e4c6bd4355c2bbc992585b8beee50c3452e /package.js
parent9312442338003d5011372e0cc3994de56179653b (diff)
downloadbootstrap-8dc85c657ee8353f76bb767737f489457132e29d.tar.xz
bootstrap-8dc85c657ee8353f76bb767737f489457132e29d.zip
Prepare v5.0.0-beta1.
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 33ac265ac..2defef00d 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: '5.0.0-alpha3',
+ version: '5.0.0-beta1',
git: 'https://github.com/twbs/bootstrap.git'
})