Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-10-03 10:44:02 +0300
committerGitHub <noreply@github.com>2022-10-03 10:44:02 +0300
commit961d5ff9844372a4e294980c667bbe7e0651cdeb (patch)
tree302f723dc0abd029103ef8e499359b8048e55a99 /package.js
parent9edfed8a5e44d438119627ebfa4ebee1bca01c33 (diff)
Release v5.2.2 (#37236)v5.2.2
* Bump version to v5.2.2 * 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 aeffffdbe0..53aaa92175 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.1',
+ version: '5.2.2',
git: 'https://github.com/twbs/bootstrap.git'
})