From 9acfce88c5214493fd94aa39a959a4cd45db9984 Mon Sep 17 00:00:00 2001 From: Nate Barbettini Date: Tue, 12 Apr 2016 17:09:35 -0700 Subject: [PATCH] =?UTF-8?q?No=20longer=20beta!=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Stormpath.AspNetCore/project.json | 2 +- test/Stormpath.AspNetCore.TckHarness/project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Stormpath.AspNetCore/project.json b/src/Stormpath.AspNetCore/project.json index 697121e..d097dc9 100644 --- a/src/Stormpath.AspNetCore/project.json +++ b/src/Stormpath.AspNetCore/project.json @@ -41,5 +41,5 @@ "tooling": { "defaultNamespace": "Stormpath.AspNetCore" }, - "version": "0.1.0-beta8" + "version": "0.1.0" } diff --git a/test/Stormpath.AspNetCore.TckHarness/project.json b/test/Stormpath.AspNetCore.TckHarness/project.json index b2247c8..4448104 100644 --- a/test/Stormpath.AspNetCore.TckHarness/project.json +++ b/test/Stormpath.AspNetCore.TckHarness/project.json @@ -14,7 +14,7 @@ "Microsoft.Extensions.Logging": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final", - "Stormpath.AspNetCore": "0.1.0-beta8" + "Stormpath.AspNetCore": "0.1.0" }, "exclude": [ "wwwroot",