From 6cf8d4b48a042c384fda1a8e009c66983a2d3fe4 Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:35:02 +0530 Subject: [PATCH] [TAG]: bump release version to next minor 0.6.0 --- .github/workflows/rebase.yml | 2 +- Build.xcconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index ba3b5473..fd4080ca 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -6,7 +6,7 @@ on: jobs: build: - name: Build and upload SideStore 0.5.6-rebase + name: Build and upload SideStore 0.6.0-rebase concurrency: group: ${{ github.ref }} cancel-in-progress: true diff --git a/Build.xcconfig b/Build.xcconfig index 1d329d85..363a7fee 100644 --- a/Build.xcconfig +++ b/Build.xcconfig @@ -1,8 +1,8 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -MARKETING_VERSION = 0.5.10 -CURRENT_PROJECT_VERSION = 5100 +MARKETING_VERSION = 0.6.0 +CURRENT_PROJECT_VERSION = 6000 // Vars to be overwritten by `CodeSigning.xcconfig` if exists DEVELOPMENT_TEAM = S32Z3HMYVQ