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 <markdotto@gmail.com>2022-05-06 23:57:58 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-05-13 19:44:01 +0300
commitf7e8ca91e03165abb82d4c82555dc4ef96340cc9 (patch)
tree1ed781ca84c20925ee7621b12d52101eef64c3b7 /package.js
parent8d016c6cf9146dff0fed6bff5528bb7d8aced931 (diff)
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 e561a6a74a..fe9b818c4f 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'
})