diff --git a/GZCTF.Test/CTFServer.Test.csproj b/GZCTF.Test/CTFServer.Test.csproj index 98c38ba25..08cb3dc67 100644 --- a/GZCTF.Test/CTFServer.Test.csproj +++ b/GZCTF.Test/CTFServer.Test.csproj @@ -6,7 +6,7 @@ false true Debug;Release;GenAPI - 0.13.0 + 0.13.1 True diff --git a/GZCTF.sln b/GZCTF.sln index f56e21bab..adb0a7795 100644 --- a/GZCTF.sln +++ b/GZCTF.sln @@ -42,6 +42,6 @@ Global SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = 0.13.0 + version = 0.13.1 EndGlobalSection EndGlobal diff --git a/GZCTF/CTFServer.csproj b/GZCTF/CTFServer.csproj index 11b16fd8d..f39fa811a 100644 --- a/GZCTF/CTFServer.csproj +++ b/GZCTF/CTFServer.csproj @@ -2,7 +2,7 @@ net7.0 - 0.13.0 + 0.13.1 GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP) enable enable @@ -18,7 +18,7 @@ http://localhost:3000 npm run dev Debug;Release;GenAPI - 0.13.0 + 0.13.1 4 preview True diff --git a/GZCTF/ClientApp/package.json b/GZCTF/ClientApp/package.json index ed9f3279f..e1b0e2d54 100644 --- a/GZCTF/ClientApp/package.json +++ b/GZCTF/ClientApp/package.json @@ -1,6 +1,6 @@ { "name": "gzctf-client", - "version": "0.13.0", + "version": "0.13.1", "private": true, "scripts": { "dev": "vite", diff --git a/GZCTF/nswag.json b/GZCTF/nswag.json index 9d51a800c..253cc014f 100644 --- a/GZCTF/nswag.json +++ b/GZCTF/nswag.json @@ -5,7 +5,7 @@ "webApiToOpenApi": { "isAspNetCore": true, "infoTitle": "GZCTF API", - "infoVersion": "0.13.0", + "infoVersion": "0.13.1", "generateXmlObjects": true, "generateAbstractProperties": true, "output": "ClientApp/template/swagger.out.json",