Skip to content

Commit dccf371

Browse files
committed
Update Build Version
1 parent 5b552b6 commit dccf371

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Petrichor.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
CODE_SIGN_ENTITLEMENTS = Configuration/Petrichor.entitlements;
403403
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
404404
CODE_SIGN_STYLE = Manual;
405-
CURRENT_PROJECT_VERSION = 150;
405+
CURRENT_PROJECT_VERSION = 151;
406406
DEAD_CODE_STRIPPING = YES;
407407
DEVELOPMENT_TEAM = "";
408408
"DEVELOPMENT_TEAM[sdk=macosx*]" = B53W6J5RWK;

Utilities/Constants.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ enum About {
9797
static let appWiki = "https://github.com/kushalpandya/Petrichor/wiki"
9898
static let appAcknowledgements = "https://github.com/kushalpandya/Petrichor/blob/main/ACKNOWLEDGEMENTS.md"
9999
static let sponsor = "https://github.com/sponsors/kushalpandya"
100-
static let appVersion = "1.5.0"
101-
static let appBuild = "150"
100+
static let appVersion = "1.5.1"
101+
static let appBuild = "151"
102102
static let knownArtistsSampleFile = "known_artists_YYYYMMDD.txt"
103103
}
104104

0 commit comments

Comments
 (0)