From f0f846fc0047efdc8a0fc66e6404c30f39ff5d0f Mon Sep 17 00:00:00 2001 From: XhmikosR <xhmikosr@gmail.com> Date: Fri, 15 Feb 2019 12:09:20 +0200 Subject: [PATCH] Replace 4.3.0 with 4.3.1 in nuget files. (#28273) --- nuget/bootstrap.nuspec | 2 +- nuget/bootstrap.sass.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec index d65c5daa91..1f9132bd72 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.3.0</version> + <version>4.3.1</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 ddf20ee951..90bc5c678e 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.3.0</version> + <version>4.3.1</version> <title>Bootstrap Sass</title> <authors>The Bootstrap Authors, Twitter Inc.</authors> <owners>bootstrap</owners> -- GitLab