Skip to content

Commit

Permalink
Test beta release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Nov 17, 2024
1 parent 1f4b189 commit f390080
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
os: ${{ matrix.os }}
plugin_name: Rotor
plugin_version: 1.0.0
plugin_version: 1.1.0-beta.1
plugin_bundle_id: com.bbx-audio.rotor
secrets: inherit

Expand All @@ -51,7 +51,7 @@ jobs:
id-token: write
env:
PLUGIN_NAME: Rotor
PLUGIN_VERSION: 1.0.0
PLUGIN_VERSION: 1.1.0-beta.1
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
with:
os: ${{ matrix.os }}
plugin_name: Rotor
plugin_version: 1.0.0
plugin_version: 1.1.0-beta.1
secrets: inherit
2 changes: 1 addition & 1 deletion packaging/Rotor.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define PluginName "Rotor"
#define Version "1.0.0"
#define Version "1.1.0-beta.1"
#define Publisher "Black Box Audio"
#define Year GetDateTimeString("yyyy","","")

Expand Down
4 changes: 2 additions & 2 deletions packaging/Rotor.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.0.0</string>
<string>1.1.0-beta.1</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down Expand Up @@ -1152,7 +1152,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.0.0</string>
<string>1.1.0-beta.1</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down

0 comments on commit f390080

Please sign in to comment.