From f0464d2e52d9659121b4545aafef7aba83557639 Mon Sep 17 00:00:00 2001 From: GZTime Date: Thu, 13 Apr 2023 16:48:47 +0800 Subject: [PATCH] release: bump version to v0.13.4 --- GZCTF.Test/CTFServer.Test.csproj | 2 +- GZCTF.sln | 2 +- GZCTF/CTFServer.csproj | 4 ++-- GZCTF/ClientApp/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/GZCTF.Test/CTFServer.Test.csproj b/GZCTF.Test/CTFServer.Test.csproj index af4f8e18f..187566be6 100644 --- a/GZCTF.Test/CTFServer.Test.csproj +++ b/GZCTF.Test/CTFServer.Test.csproj @@ -6,7 +6,7 @@ false true Debug;Release;GenAPI - 0.13.3 + 0.13.4 True diff --git a/GZCTF.sln b/GZCTF.sln index 47a0ef465..2244350f3 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.3 + version = 0.13.4 EndGlobalSection EndGlobal diff --git a/GZCTF/CTFServer.csproj b/GZCTF/CTFServer.csproj index fa803cc46..b9238e90f 100644 --- a/GZCTF/CTFServer.csproj +++ b/GZCTF/CTFServer.csproj @@ -2,7 +2,7 @@ net7.0 - 0.13.3 + 0.13.4 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.3 + 0.13.4 4 preview True diff --git a/GZCTF/ClientApp/package.json b/GZCTF/ClientApp/package.json index 11770953f..814867cc3 100644 --- a/GZCTF/ClientApp/package.json +++ b/GZCTF/ClientApp/package.json @@ -1,6 +1,6 @@ { "name": "gzctf-client", - "version": "0.13.3", + "version": "0.13.4", "private": true, "scripts": { "dev": "vite",