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>2021-02-10 19:14:51 +0300
committerGitHub <noreply@github.com>2021-02-10 19:14:51 +0300
commite50c11b8c6434b6d68ea5897771e4d35fe12f5c3 (patch)
treebb52939845662ce21d01c370092a12fbb0875fb4 /package.js
parent2bb42a9176e7ea361aa1ab0050da5be6a5cb56ea (diff)
Release v5.0.0-beta2 (#32467)v5.0.0-beta2
* Bump version to 5.0.0-beta2 * Dist
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 2defef00d5..53f1e073c7 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-beta1',
+ version: '5.0.0-beta2',
git: 'https://github.com/twbs/bootstrap.git'
})