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