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:
authorXhmikosR <xhmikosr@gmail.com>2020-11-24 17:37:20 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-12-07 19:18:16 +0300
commit8dc85c657ee8353f76bb767737f489457132e29d (patch)
treec21f0e4c6bd4355c2bbc992585b8beee50c3452e /package.js
parent9312442338003d5011372e0cc3994de56179653b (diff)
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 33ac265acd..2defef00d5 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'
})