Skip to content

Commit b320e35

Browse files
committed
Prepare release 1.3.0
1 parent e7cc4e0 commit b320e35

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
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.3.0
6+
57
### Added
68

79
- Add MIDI controller support

GarageBard.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@
620620
CODE_SIGN_ENTITLEMENTS = GarageBard/GarageBard.entitlements;
621621
CODE_SIGN_STYLE = Automatic;
622622
COMBINE_HIDPI_IMAGES = YES;
623-
CURRENT_PROJECT_VERSION = 4;
623+
CURRENT_PROJECT_VERSION = 5;
624624
DEVELOPMENT_ASSET_PATHS = "\"GarageBard/Preview Content\"";
625625
DEVELOPMENT_TEAM = MQD7YVN9G9;
626626
ENABLE_HARDENED_RUNTIME = YES;
@@ -633,7 +633,7 @@
633633
"$(inherited)",
634634
"@executable_path/../Frameworks",
635635
);
636-
MARKETING_VERSION = 1.2.0;
636+
MARKETING_VERSION = 1.3.0;
637637
PRODUCT_BUNDLE_IDENTIFIER = me.mitchel.GarageBard;
638638
PRODUCT_NAME = "$(TARGET_NAME)";
639639
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -649,7 +649,7 @@
649649
CODE_SIGN_ENTITLEMENTS = GarageBard/GarageBard.entitlements;
650650
CODE_SIGN_STYLE = Automatic;
651651
COMBINE_HIDPI_IMAGES = YES;
652-
CURRENT_PROJECT_VERSION = 4;
652+
CURRENT_PROJECT_VERSION = 5;
653653
DEVELOPMENT_ASSET_PATHS = "\"GarageBard/Preview Content\"";
654654
DEVELOPMENT_TEAM = MQD7YVN9G9;
655655
ENABLE_HARDENED_RUNTIME = YES;
@@ -662,7 +662,7 @@
662662
"$(inherited)",
663663
"@executable_path/../Frameworks",
664664
);
665-
MARKETING_VERSION = 1.2.0;
665+
MARKETING_VERSION = 1.3.0;
666666
PRODUCT_BUNDLE_IDENTIFIER = me.mitchel.GarageBard;
667667
PRODUCT_NAME = "$(TARGET_NAME)";
668668
SWIFT_EMIT_LOC_STRINGS = YES;

Installer/appcast.xml

Lines changed: 8 additions & 0 deletions
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.3.0</title>
7+
<pubDate>Sat, 09 Jul 2022 14:56:28 +0800</pubDate>
8+
<ns0:version>5</ns0:version>
9+
<ns0:shortVersionString>1.3.0</ns0:shortVersionString>
10+
<ns0:minimumSystemVersion>12.1</ns0:minimumSystemVersion>
11+
<enclosure url="https://github.com/mixxorz/GarageBard/releases/download/1.3.0/GarageBard-1.3.0.dmg" type="application/octet-stream" length="2866130" ns0:edSignature="UteRTme7kH/L45j9tB18fzf2c/PGoBW3B09fBzk+L3Y/+Ajms3RRz+EopUCSrjhUcRKPZO20pg6xjSVdCVFHBQ=="></enclosure>
12+
</item>
513
<item>
614
<title>1.2.0</title>
715
<pubDate>Sat, 26 Mar 2022 10:22:38 +0800</pubDate>

0 commit comments

Comments
 (0)