aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2022-11-21 20:15:33 +0200
committerXhmikosR <[email protected]>2022-11-21 20:15:33 +0200
commit39589472f709ddf7d614ffd4f0ab1a50e542ac91 (patch)
treed48e68558748d909d756e5c95708ca7079eb368e /package.js
parent7e3074c16540eacea303266fdf235aecdd9cf5c3 (diff)
downloadbootstrap-39589472f709ddf7d614ffd4f0ab1a50e542ac91.tar.xz
bootstrap-39589472f709ddf7d614ffd4f0ab1a50e542ac91.zip
Bump version to 5.2.3
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 53aaa9217..c9f1eadfe 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.2',
+ version: '5.2.3',
git: 'https://github.com/twbs/bootstrap.git'
})