aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2022-07-19 18:43:58 +0300
committerGitHub <[email protected]>2022-07-19 18:43:58 +0300
commitedf9c40956d19e6ab3f9151bfe0dfac6be06fa21 (patch)
treeaa08e0842ee3260dda2a5eddc52d346bdc4c0508 /package.js
parentf451b4161e4e499f5d1b743802302e6b19a5dc4c (diff)
downloadbootstrap-edf9c40956d19e6ab3f9151bfe0dfac6be06fa21.tar.xz
bootstrap-edf9c40956d19e6ab3f9151bfe0dfac6be06fa21.zip
Release v5.2.0 (#36768)
* Bump version to 5.2.0 * Dist * Update masthead.html
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 fe9b818c4..b9be88d32 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.2.0-beta1',
+ version: '5.2.0',
git: 'https://github.com/twbs/bootstrap.git'
})