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
path: root/nuget
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2016-07-27 19:31:24 +0300
committerMark Otto <markdotto@gmail.com>2016-07-27 19:31:24 +0300
commit24e992a6ffbb3b54424eb1042d49005124b265d9 (patch)
treed8d4357e7b4f334d6015f686849334555dd9d4fa /nuget
parent49fadbd4b81854aa70ec723206111c579a9394e7 (diff)
bump versions
Diffstat (limited to 'nuget')
-rw-r--r--nuget/bootstrap.nuspec4
-rw-r--r--nuget/bootstrap.sass.nuspec4
2 files changed, 4 insertions, 4 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 0853ab1fab..9121fa8c28 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 20d3461446..c28a0fc546 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>