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>2019-02-13 19:01:40 +0300
committerGitHub <noreply@github.com>2019-02-13 19:01:40 +0300
commit8fa0d3010112dca5dd6dd501173415856001ba8b (patch)
treec425f2111bd858688e68448a17e7ae3e54c92fcb /package.js
parentdae20da750445b7e3738e6ccc804b3b425d26bd6 (diff)
Release v4.3.1. (#28252)v4.3.1
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 d52cfb5dc7..2be7584723 100644
--- a/package.js
+++ b/package.js
@@ -3,7 +3,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: '4.3.0',
+ version: '4.3.1',
git: 'https://github.com/twbs/bootstrap.git'
});