From 5f8c486100c054955d4212f791f6a11d705b7d45 Mon Sep 17 00:00:00 2001 From: Konstantin Wachendorff Date: Mon, 7 Oct 2024 10:19:43 +0200 Subject: [PATCH] version 2.1.0 --- .github/workflows/github-actions-release-android.yml | 2 +- .github/workflows/github-actions-release-ios.yml | 2 +- .github/workflows/github-actions-release-linux.yml | 2 +- .github/workflows/github-actions-release-macos.yml | 2 +- .github/workflows/github-actions-release-windows.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-actions-release-android.yml b/.github/workflows/github-actions-release-android.yml index 1cf31f7..8dcb2f0 100644 --- a/.github/workflows/github-actions-release-android.yml +++ b/.github/workflows/github-actions-release-android.yml @@ -37,6 +37,6 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: 'build/app/outputs/apk/release/skyle_ik-android.zip' - tag: '2.0.0' + tag: '2.1.0' commit: main allowUpdates: true \ No newline at end of file diff --git a/.github/workflows/github-actions-release-ios.yml b/.github/workflows/github-actions-release-ios.yml index 12e3aa4..297c802 100644 --- a/.github/workflows/github-actions-release-ios.yml +++ b/.github/workflows/github-actions-release-ios.yml @@ -34,6 +34,6 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: 'build/ios/iphoneos/skyle_ik-ios.zip' - tag: '2.0.0' + tag: '2.1.0' commit: main allowUpdates: true \ No newline at end of file diff --git a/.github/workflows/github-actions-release-linux.yml b/.github/workflows/github-actions-release-linux.yml index f1b939d..2edda12 100644 --- a/.github/workflows/github-actions-release-linux.yml +++ b/.github/workflows/github-actions-release-linux.yml @@ -37,6 +37,6 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: 'build/linux/x64/release/bundle/skyle_ik-linux.zip' - tag: '2.0.0' + tag: '2.1.0' commit: main allowUpdates: true diff --git a/.github/workflows/github-actions-release-macos.yml b/.github/workflows/github-actions-release-macos.yml index 2d5ad12..1b71f56 100644 --- a/.github/workflows/github-actions-release-macos.yml +++ b/.github/workflows/github-actions-release-macos.yml @@ -33,6 +33,6 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: 'build/macos/Build/Products/Release/skyle_ik-macos/skyle_ik-macos.zip' - tag: '2.0.0' + tag: '2.1.0' commit: main allowUpdates: true \ No newline at end of file diff --git a/.github/workflows/github-actions-release-windows.yml b/.github/workflows/github-actions-release-windows.yml index 7220619..6cbf368 100644 --- a/.github/workflows/github-actions-release-windows.yml +++ b/.github/workflows/github-actions-release-windows.yml @@ -32,6 +32,6 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: 'build/windows/x64/runner/Release/skyle_ik-windows.zip' - tag: '2.0.0' + tag: '2.1.0' commit: main allowUpdates: true \ No newline at end of file