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-09-07 18:31:39 +0300
committerGitHub <noreply@github.com>2022-09-07 18:31:39 +0300
commit23e50829f958ea1d741d63e2781716be037e4644 (patch)
tree8ebbded3408c0ca80bba63f755f45f3c9cb71780 /package.js
parent23fb7a79156d1ea4ce2ab5713debbbc251b4e22f (diff)
Release v5.2.1 (#37098)v5.2.1
* Bump version to v5.2.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 b9be88d32d..aeffffdbe0 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',
+ version: '5.2.1',
git: 'https://github.com/twbs/bootstrap.git'
})