1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 08:04:59 +02:00

Update version numbers using npm script

Errata from:
* 8ce5da3026
* 5d3144e8fb
which missed a few numbers.

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2015-12-08 18:04:59 -08:00
parent cc8600a287
commit 31d4139a74
12 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
Package.describe({
name: 'twbs:bootstrap', // http://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',
version: '4.0.0-alpha.2',
git: 'https://github.com/twbs/bootstrap.git'
});