aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-05-05 22:32:12 +0300
committerGitHub <[email protected]>2021-05-05 22:32:12 +0300
commitbf0936748602c8109fd916c64b4560799fa1c3f8 (patch)
treed88687012f32cff8e7039bdc2d470565aa83cc59 /package.js
parent48ae5a7149d30d7d80cecbaaabaa88f7679c9172 (diff)
downloadbootstrap-5.0.0.tar.xz
bootstrap-5.0.0.zip
Release v5.0.0 (#33647)v5.0.0
* Bump version to 5.0.0 * Fix npm tag * 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 cb617ada8..1114d5a63 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-beta3',
+ version: '5.0.0',
git: 'https://github.com/twbs/bootstrap.git'
})