aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2023-07-26 10:46:38 +0300
committerGitHub <[email protected]>2023-07-26 10:46:38 +0300
commit2a1bf52b73fc9a97f6fef75aa1b29b3e9f0288b3 (patch)
tree0a2d51a140ebda4155778a6bf43d2e1e311d952f /package.js
parent8e5dada5b15a7605c856a05005cc3206cd4a72e3 (diff)
downloadbootstrap-2a1bf52b73fc9a97f6fef75aa1b29b3e9f0288b3.tar.xz
bootstrap-2a1bf52b73fc9a97f6fef75aa1b29b3e9f0288b3.zip
Release v5.3.1 (#38956)
* Bump version to 5.3.1 * 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 ab89ef9da..7c0bccdc2 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',
+ version: '5.3.1',
git: 'https://github.com/twbs/bootstrap.git'
})