Skip to content

Commit a51d74d

Browse files
committed
Prepare release 1.1.1
1 parent 3d97eb7 commit a51d74d

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.1.1
6+
57
### Fixed
68

79
- Improve game detection for stock launcher

GarageBard.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
CODE_SIGN_ENTITLEMENTS = GarageBard/GarageBard.entitlements;
609609
CODE_SIGN_STYLE = Automatic;
610610
COMBINE_HIDPI_IMAGES = YES;
611-
CURRENT_PROJECT_VERSION = 2;
611+
CURRENT_PROJECT_VERSION = 3;
612612
DEVELOPMENT_ASSET_PATHS = "\"GarageBard/Preview Content\"";
613613
DEVELOPMENT_TEAM = MQD7YVN9G9;
614614
ENABLE_HARDENED_RUNTIME = YES;
@@ -621,7 +621,7 @@
621621
"$(inherited)",
622622
"@executable_path/../Frameworks",
623623
);
624-
MARKETING_VERSION = 1.1.0;
624+
MARKETING_VERSION = 1.1.1;
625625
PRODUCT_BUNDLE_IDENTIFIER = me.mitchel.GarageBard;
626626
PRODUCT_NAME = "$(TARGET_NAME)";
627627
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -637,7 +637,7 @@
637637
CODE_SIGN_ENTITLEMENTS = GarageBard/GarageBard.entitlements;
638638
CODE_SIGN_STYLE = Automatic;
639639
COMBINE_HIDPI_IMAGES = YES;
640-
CURRENT_PROJECT_VERSION = 2;
640+
CURRENT_PROJECT_VERSION = 3;
641641
DEVELOPMENT_ASSET_PATHS = "\"GarageBard/Preview Content\"";
642642
DEVELOPMENT_TEAM = MQD7YVN9G9;
643643
ENABLE_HARDENED_RUNTIME = YES;
@@ -650,7 +650,7 @@
650650
"$(inherited)",
651651
"@executable_path/../Frameworks",
652652
);
653-
MARKETING_VERSION = 1.1.0;
653+
MARKETING_VERSION = 1.1.1;
654654
PRODUCT_BUNDLE_IDENTIFIER = me.mitchel.GarageBard;
655655
PRODUCT_NAME = "$(TARGET_NAME)";
656656
SWIFT_EMIT_LOC_STRINGS = YES;

Installer/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Then run:
1717
```
1818
cd Installer
1919
poetry install
20-
poetry run build_release.py <human-readable-version> <build-number>
20+
poetry shell
21+
python build_release.py <human-readable-version> <build-number>
2122
```
2223

2324
The script will:
@@ -37,7 +38,8 @@ git push
3738
```
3839

3940
Make a new release on GitHub with the new tag. Attach the DMG file (e.g.
40-
`GarageBard-1.2.0.dmg`) to the release.
41+
`GarageBard-1.2.0.dmg`) to the release. Update the README download links to
42+
point to the latest release DMG.
4143

4244
Test the new update by opening an older version of GarageBard and going to
4345
GarageBard -> Check for updates.

Installer/appcast.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
<rss xmlns:ns0="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
33
<channel>
44
<title>GarageBard</title>
5+
<item>
6+
<title>1.1.1</title>
7+
<pubDate>Mon, 21 Mar 2022 02:02:06 +0800</pubDate>
8+
<ns0:version>3</ns0:version>
9+
<ns0:shortVersionString>1.1.1</ns0:shortVersionString>
10+
<ns0:minimumSystemVersion>12.1</ns0:minimumSystemVersion>
11+
<enclosure url="https://github.com/mixxorz/GarageBard/releases/download/1.1.1/GarageBard-1.1.1.dmg" type="application/octet-stream" length="2830945" ns0:edSignature="gqi8xp5deH7LJqmD9d+zHGQHrvVdtsqgm6872ww7kOc3F6lkWHMDyACnSqtTP7Jaza6Uhut3NyPWEK6LCGNgAg=="></enclosure>
12+
</item>
513
<item>
614
<title>1.1.0</title>
715
<pubDate>Sun, 20 Mar 2022 22:23:06 +0800</pubDate>
@@ -11,4 +19,4 @@
1119
<enclosure url="https://github.com/mixxorz/GarageBard/releases/download/1.1.0/GarageBard-1.1.0.dmg" type="application/octet-stream" length="2830691" ns0:edSignature="Y4LklzEyKDaNb7Jz8zBpnuFPQAMiqiOgHYBz1MqbFAYrgF9peq2saSw7dXYyrtBwytX/KO3B2JAIy7KThjC4Ag=="></enclosure>
1220
</item>
1321
</channel>
14-
</rss>
22+
</rss>

0 commit comments

Comments
 (0)