From c4bc2d1d80b6f96f31035847d7feb42b6f1ba917 Mon Sep 17 00:00:00 2001 From: GZTime Date: Fri, 23 Jun 2023 11:09:31 +0800 Subject: [PATCH] release: bump version to v0.14.6 --- .github/dependabot.yml | 3 +++ src/GZCTF.Test/CTFServer.Test.csproj | 2 +- src/GZCTF.sln | 2 +- src/GZCTF/CTFServer.csproj | 4 ++-- src/GZCTF/ClientApp/package.json | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9a8e3fcc5..754e171d2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,7 @@ updates: directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 1 ignore: - dependency-name: "pdfjs-dist" - dependency-name: "@types/*" @@ -17,6 +18,7 @@ updates: directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 1 ignore: - dependency-name: "MailKit" @@ -25,3 +27,4 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 1 diff --git a/src/GZCTF.Test/CTFServer.Test.csproj b/src/GZCTF.Test/CTFServer.Test.csproj index 264bfd64f..dd3fa3b83 100644 --- a/src/GZCTF.Test/CTFServer.Test.csproj +++ b/src/GZCTF.Test/CTFServer.Test.csproj @@ -6,7 +6,7 @@ false true Debug;Release;GenAPI - 0.14.5 + 0.14.6 True diff --git a/src/GZCTF.sln b/src/GZCTF.sln index f1e18bcf4..74d6cccfa 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.5 + version = 0.14.6 EndGlobalSection EndGlobal diff --git a/src/GZCTF/CTFServer.csproj b/src/GZCTF/CTFServer.csproj index 04aded127..1c2bba1b5 100644 --- a/src/GZCTF/CTFServer.csproj +++ b/src/GZCTF/CTFServer.csproj @@ -2,7 +2,7 @@ net7.0 - 0.14.5 + 0.14.6 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.5 + 0.14.6 4 preview True diff --git a/src/GZCTF/ClientApp/package.json b/src/GZCTF/ClientApp/package.json index 763f9ca3e..1d12d8e16 100644 --- a/src/GZCTF/ClientApp/package.json +++ b/src/GZCTF/ClientApp/package.json @@ -1,6 +1,6 @@ { "name": "gzctf-client", - "version": "0.14.5", + "version": "0.14.6", "private": true, "scripts": { "dev": "vite",