From ef9caf257814320081c3004509b718d18fda4f6d Mon Sep 17 00:00:00 2001 From: hstyi Date: Mon, 24 Feb 2025 13:18:58 +0800 Subject: [PATCH] release: 1.0.9 --- .github/workflows/winget.yml | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 4cd9646..eb51571 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -10,5 +10,5 @@ jobs: if: github.repository == 'TermoraDev/termora' with: identifier: TermoraDev.Termora - installers-regex: 'x86-64\.msi$' # Only x86-64.msi files + installers-regex: 'x86-64\.exe$' # Only x86-64.exe files token: ${{ secrets.WINGET_TOKEN }} diff --git a/build.gradle.kts b/build.gradle.kts index 1569dc6..49a1877 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ plugins { group = "app.termora" -version = "1.0.8" +version = "1.0.9" val os: OperatingSystem = DefaultNativePlatform.getCurrentOperatingSystem() val arch: ArchitectureInternal = DefaultNativePlatform.getCurrentArchitecture()