aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2022-05-06 23:57:58 +0300
committerXhmikosR <[email protected]>2022-05-13 19:44:01 +0300
commitf7e8ca91e03165abb82d4c82555dc4ef96340cc9 (patch)
tree1ed781ca84c20925ee7621b12d52101eef64c3b7 /package.js
parent8d016c6cf9146dff0fed6bff5528bb7d8aced931 (diff)
downloadbootstrap-f7e8ca91e03165abb82d4c82555dc4ef96340cc9.tar.xz
bootstrap-f7e8ca91e03165abb82d4c82555dc4ef96340cc9.zip
Prepare v5.2.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 e561a6a74..fe9b818c4 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.1.3',
+ version: '5.2.0-beta1',
git: 'https://github.com/twbs/bootstrap.git'
})