From 336dbb37499917c8d17a43c361949cd6ef8137e1 Mon Sep 17 00:00:00 2001 From: DV Date: Fri, 19 Aug 2022 20:07:58 +0300 Subject: [PATCH] bump up version in tooling --- tools/publish-nupkg.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/publish-nupkg.cmd b/tools/publish-nupkg.cmd index 324cd382..4546a43c 100644 --- a/tools/publish-nupkg.cmd +++ b/tools/publish-nupkg.cmd @@ -1,2 +1,2 @@ cd ..\jose-jwt\bin\Release -..\..\..\tools\nuget.exe Push jose-jwt.4.0.0.nupkg -Source https://www.nuget.org \ No newline at end of file +..\..\..\tools\nuget.exe Push jose-jwt.4.0.1.nupkg -Source https://www.nuget.org \ No newline at end of file