aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-16 19:46:47 -0700
committerMark Otto <[email protected]>2016-10-16 19:46:47 -0700
commitb4cdccba84f7681e2911d307828c5ce94c856736 (patch)
treef8e1edddbd941adb255766889019248ffa399d0a /package.js
parent05bdecd0b09a007ae949f49fdff9006650c06969 (diff)
parent6d6538fc81ebdb9e29ca5a5a4e8e5768b9358fe9 (diff)
downloadbootstrap-b4cdccba84f7681e2911d307828c5ce94c856736.tar.xz
bootstrap-b4cdccba84f7681e2911d307828c5ce94c856736.zip
Merge branch 'v4-dev' into v4-navbars
Diffstat (limited to 'package.js')
-rw-r--r--package.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.js b/package.js
index 369dfc43a..a6ff6c462 100644
--- a/package.js
+++ b/package.js
@@ -3,9 +3,9 @@
/* global Package:true */
Package.describe({
- name: 'twbs:bootstrap', // http://atmospherejs.com/twbs/bootstrap
+ 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.0.0-alpha.2',
+ version: '4.0.0-alpha.4',
git: 'https://github.com/twbs/bootstrap.git'
});