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:
authorXhmikosR <xhmikosr@gmail.com>2016-07-12 22:57:37 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-07-12 22:57:37 +0300
commit8cd7833ba43f261610194418edac2af7b5ad8dfc (patch)
tree313d475722105f2ebe059c9870a511070f945c16 /nuget
parent278a5632419eeeefb61e2f440b3d1db22135a424 (diff)
nuget: fix version.
[ci skip]
Diffstat (limited to 'nuget')
-rw-r--r--nuget/bootstrap.nuspec2
-rw-r--r--nuget/bootstrap.sass.nuspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 9378c292a2..0853ab1fab 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</version>
+ <version>4.0.0-alpha.2</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 87b334b61e..20d3461446 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</version>
+ <version>4.0.0-alpha.2</version>
<title>Bootstrap Sass</title>
<authors>The Bootstrap Authors, Twitter Inc.</authors>
<owners>bootstrap</owners>