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-08-04 18:41:51 +0300
committerGitHub <noreply@github.com>2021-08-04 18:41:51 +0300
commitf20fece3a8cdd0e76a42c2737524b7652bf54d26 (patch)
tree83e62cc954b17a8bc21cd5975bfd88da721793d1 /package.js
parent7fcc2f4d526ff774a0a7de6b624a607e5ba47fb9 (diff)
Prepare v5.1.0. (#34674)v5.1.0
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 e3986f01a8..cc773588f3 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.2',
+ version: '5.1.0',
git: 'https://github.com/twbs/bootstrap.git'
})