From 826c130f36200530f14c31a9d5358dc68d3e644e Mon Sep 17 00:00:00 2001 From: GZTime Date: Sat, 6 May 2023 02:59:52 +0800 Subject: [PATCH] release: bump version to v0.14.1 --- src/GZCTF.sln | 2 +- src/GZCTF/CTFServer.csproj | 4 ++-- src/GZCTF/ClientApp/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GZCTF.sln b/src/GZCTF.sln index dca73d898..5eb8324d7 100644 --- a/src/GZCTF.sln +++ b/src/GZCTF.sln @@ -39,6 +39,6 @@ Global SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = 0.14.0 + version = 0.14.1 EndGlobalSection EndGlobal diff --git a/src/GZCTF/CTFServer.csproj b/src/GZCTF/CTFServer.csproj index 08919d69f..fefeb41a1 100644 --- a/src/GZCTF/CTFServer.csproj +++ b/src/GZCTF/CTFServer.csproj @@ -2,7 +2,7 @@ net7.0 - 0.14.0 + 0.14.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:63000 pnpm run dev Debug;Release;GenAPI - 0.14.0 + 0.14.1 4 preview True diff --git a/src/GZCTF/ClientApp/package.json b/src/GZCTF/ClientApp/package.json index b1f73ba5f..a7a198db9 100644 --- a/src/GZCTF/ClientApp/package.json +++ b/src/GZCTF/ClientApp/package.json @@ -1,6 +1,6 @@ { "name": "gzctf-client", - "version": "0.14.0", + "version": "0.14.1", "private": true, "scripts": { "dev": "vite",