diff options
| author | XhmikosR <[email protected]> | 2018-04-11 13:03:41 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-04-16 09:37:58 +0300 |
| commit | 5fd67a6f862cd2e34cd269853dc093017d1fd8d8 (patch) | |
| tree | 7a58ef60f8ad178892dfbd63dc9bff0b204273bf | |
| parent | 31004582bf4d2c832e681203f07f9511677a5721 (diff) | |
| download | bootstrap-5fd67a6f862cd2e34cd269853dc093017d1fd8d8.tar.xz bootstrap-5fd67a6f862cd2e34cd269853dc093017d1fd8d8.zip | |
Bump version to 4.1.0 for remaining files.
| -rw-r--r-- | js/src/index.js | 2 | ||||
| -rw-r--r-- | nuget/bootstrap.nuspec | 2 | ||||
| -rw-r--r-- | nuget/bootstrap.sass.nuspec | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/js/src/index.js b/js/src/index.js index d29d1654d..b57aed640 100644 --- a/js/src/index.js +++ b/js/src/index.js @@ -13,7 +13,7 @@ import Util from './util' /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0): index.js + * Bootstrap (v4.1.0): index.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec index 4b98f1da4..8d0da0a11 100644 --- a/nuget/bootstrap.nuspec +++ b/nuget/bootstrap.nuspec @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> <metadata> <id>bootstrap</id> - <version>4.0.0</version> + <version>4.1.0</version> <title>Bootstrap CSS</title> <authors>The Bootstrap Authors, Twitter Inc.</authors> <owners>bootstrap</owners> diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec index 15e6ca11b..089c49c79 100644 --- a/nuget/bootstrap.sass.nuspec +++ b/nuget/bootstrap.sass.nuspec @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> <metadata> <id>bootstrap.sass</id> - <version>4.0.0</version> + <version>4.1.0</version> <title>Bootstrap Sass</title> <authors>The Bootstrap Authors, Twitter Inc.</authors> <owners>bootstrap</owners> |
