aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2023-05-30 18:15:55 +0300
committerGitHub <[email protected]>2023-05-30 18:15:55 +0300
commit60098ac499d30aa50575b0b7137391c06ef25429 (patch)
tree64551be6ddfb308da4091cefde0326b5f1520b38 /package.js
parent08dff5e8a4e50e087ba3b8e2cf4e1fb842186b3f (diff)
downloadbootstrap-60098ac499d30aa50575b0b7137391c06ef25429.tar.xz
bootstrap-60098ac499d30aa50575b0b7137391c06ef25429.zip
Release v5.3.0 (#38657)
* Bump version to 5.3.0 * 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 01633cc09..ab89ef9da 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.3.0-alpha3',
+ version: '5.3.0',
git: 'https://github.com/twbs/bootstrap.git'
})