From 775c5198c17d7cf270490ba051737735cdde69d1 Mon Sep 17 00:00:00 2001 From: danryu Date: Wed, 17 Jul 2024 10:56:44 +0200 Subject: [PATCH] bump --- .github/workflows/autobuild.yml | 2 +- ChangeLog | 2 +- Jamulus.pro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 5d22d92..cf1be01 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -411,7 +411,7 @@ jobs: uses: lando/notarize-action@4f5869b09386e8336802159031e4189e0919ae20 with: product-path: deploy/${{ steps.get-artifacts.outputs.artifact_1 }} - primary-bundle-id: io.jamulus.Jamulus + primary-bundle-id: live.koord.koord-rt appstore-connect-username: ${{ secrets.NOTARIZATION_USERNAME }} appstore-connect-password: ${{ secrets.NOTARIZATION_PASSWORD }} appstore-connect-team-id: ${{ secrets.APPLE_APPSTORE_TEAMID }} diff --git a/ChangeLog b/ChangeLog index e42cdda..9e75385 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ ### 3.10.0dev <- NOTE: the release version number will be 3.10.1 ### -### 3.10.23 (2024-04-03) ### +### 3.10.24 (2024-04-03) ### - Build: stuff diff --git a/Jamulus.pro b/Jamulus.pro index a697a3c..1907549 100644 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -1,4 +1,4 @@ -VERSION = 3.10.23 +VERSION = 3.10.24 # Using lrelease and embed_translations only works for Qt 5.12 or later. # See https://github.com/jamulussoftware/jamulus/pull/3288 for these changes.