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-10-05 18:50:18 +0300
committerGitHub <noreply@github.com>2021-10-05 18:50:18 +0300
commit5ecef8ac010249536f92206af500f8670813c8a8 (patch)
tree26b271f1901b70b5a6f4b25ef72186a04f51c665 /package.js
parenta2aa8c5a6e8c37fa605ca31111c6529629d32b3f (diff)
Release v5.1.2 (#35114)v5.1.2
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 25a851c666..bba781361a 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.1.1',
+ version: '5.1.2',
git: 'https://github.com/twbs/bootstrap.git'
})