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>2021-06-22 21:29:16 +0300
committerGitHub <noreply@github.com>2021-06-22 21:29:16 +0300
commit688bce4fa695cc360a0d084e34f029b0c192b223 (patch)
treedcda8a139b0225f23df2c3d3811afdefbc6d5af0 /package.js
parent16d5041a76748580bae47ce168ba579daae9725b (diff)
Release v5.0.2 (#34276)v5.0.2
* Bump version to v5.0.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 578aac1707..e3986f01a8 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.0.1',
+ version: '5.0.2',
git: 'https://github.com/twbs/bootstrap.git'
})