diff options
| author | Mark Otto <[email protected]> | 2016-07-27 09:31:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-07-27 09:31:24 -0700 |
| commit | 24e992a6ffbb3b54424eb1042d49005124b265d9 (patch) | |
| tree | d8d4357e7b4f334d6015f686849334555dd9d4fa /nuget | |
| parent | 49fadbd4b81854aa70ec723206111c579a9394e7 (diff) | |
| download | bootstrap-24e992a6ffbb3b54424eb1042d49005124b265d9.tar.xz bootstrap-24e992a6ffbb3b54424eb1042d49005124b265d9.zip | |
bump versions
Diffstat (limited to 'nuget')
| -rw-r--r-- | nuget/bootstrap.nuspec | 4 | ||||
| -rw-r--r-- | nuget/bootstrap.sass.nuspec | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec index 0853ab1fa..9121fa8c2 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-alpha.2</version> + <version>4.0.0-alpha.3</version> <title>Bootstrap CSS</title> <authors>The Bootstrap Authors, Twitter Inc.</authors> <owners>bootstrap</owners> @@ -24,4 +24,4 @@ <file src="dist\css\*.*" target="content\Content" /> <file src="dist\js\bootstrap*.js" target="content\Scripts" /> </files> -</package>
\ No newline at end of file +</package> diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec index 20d346144..c28a0fc54 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-alpha.2</version> + <version>4.0.0-alpha.3</version> <title>Bootstrap Sass</title> <authors>The Bootstrap Authors, Twitter Inc.</authors> <owners>bootstrap</owners> @@ -24,4 +24,4 @@ <file src="scss\**\*.scss" target="content\Content\bootstrap" /> <file src="dist\js\bootstrap*.js" target="content\Scripts" /> </files> -</package>
\ No newline at end of file +</package> |
