From 2786297b8b4b21688620f6f05e1d549e736c9924 Mon Sep 17 00:00:00 2001 From: SWHL Date: Thu, 22 Jun 2023 19:54:02 +0800 Subject: [PATCH] Update version --- .github/workflows/Package.yml | 2 +- ui/RapidVideOCR.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Package.yml b/.github/workflows/Package.yml index 7a4cadc..a1db2e6 100644 --- a/.github/workflows/Package.yml +++ b/.github/workflows/Package.yml @@ -58,7 +58,7 @@ jobs: run: | mv ui/* . pyinstaller RapidVideOCR.spec - echo "VERSION=0.0.2" >> $GITHUB_OUTPUT + echo "VERSION=0.0.3" >> $GITHUB_OUTPUT - if: matrix.os == 'windows-2022' name: zip the artifact dir into a zip diff --git a/ui/RapidVideOCR.spec b/ui/RapidVideOCR.spec index 47405b4..1ab0c9d 100644 --- a/ui/RapidVideOCR.spec +++ b/ui/RapidVideOCR.spec @@ -69,4 +69,4 @@ coll = COLLECT( upx=True, upx_exclude=[], name='RapidVideOCR', -) \ No newline at end of file +)