Skip to content

Commit

Permalink
Update Package.swift and Sparkle.podspec for version 1.27.1-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkle-Bot committed Nov 8, 2021
1 parent 16c2f9b commit 4222fd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Configurations/ConfigCommon.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SPARKLE_VERSION_PATCH = 1
// These variables must have a space after the '=' too
SPARKLE_VERSION_SUFFIX = -rc.2
// This is now a monotonically increasing ID number, even across prereleases, but let's keep this below 2.0
CURRENT_PROJECT_VERSION = 1.104
CURRENT_PROJECT_VERSION = 1.105

MARKETING_VERSION = $(SPARKLE_VERSION_MAJOR).$(SPARKLE_VERSION_MINOR).$(SPARKLE_VERSION_PATCH)$(SPARKLE_VERSION_SUFFIX)

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import PackageDescription
// Version is technically not required here, SPM doesn't check
let version = "1.27.1-rc.2"
// Tag is required to point towards the right asset. SPM requires the tag to follow semantic versioning to be able to resolve it.
let tag = "1.27.1"
let checksum = "3db65be512d3d4d57dee92b403af4a28470cd42d5117b1c25c901ab58b9d775c"
let tag = "1.27.1-rc.2"
let checksum = "bad8b1adf12f0d1ab7ad093ca74727d6fafc2a3b2066e67e92bec3938ef0e0c1"
let url = "https://github.com/sparkle-project/Sparkle/releases/download/\(tag)/Sparkle-for-Swift-Package-Manager.zip"

let package = Package(
Expand Down

0 comments on commit 4222fd6

Please sign in to comment.