Skip to content

Commit 10d96f2

Browse files
committed
Update Package.swift and Sparkle.podspec for version 1.27.3
1 parent a9f3704 commit 10d96f2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Configurations/ConfigCommon.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ SPARKLE_NORMALIZE_INSTALLED_APPLICATION_NAME = 0
1919
// These variables must have a space after the '=' too
2020
SPARKLE_VERSION_MAJOR = 1
2121
SPARKLE_VERSION_MINOR = 27
22-
SPARKLE_VERSION_PATCH = 2
22+
SPARKLE_VERSION_PATCH = 3
2323

2424
// This should be in SemVer format or empty, ie. "-rc.1"
2525
// These variables must have a space after the '=' too
2626
SPARKLE_VERSION_SUFFIX =
2727
// This is now a monotonically increasing ID number, even across prereleases, but let's keep this below 2.0
28-
CURRENT_PROJECT_VERSION = 1.107
28+
CURRENT_PROJECT_VERSION = 1.108
2929

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

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import PackageDescription
33

44
// Version is technically not required here, SPM doesn't check
5-
let version = "1.27.2"
5+
let version = "1.27.3"
66
// Tag is required to point towards the right asset. SPM requires the tag to follow semantic versioning to be able to resolve it.
7-
let tag = "1.27.2"
8-
let checksum = "7be019bef25f3224099a3f396a9fdb30b2d01561576f971d1d004d99b4716ed4"
7+
let tag = "1.27.3"
8+
let checksum = "f0c6b4e6ffc6269a67b0d4ff254e3e8acfc6b3852db7b9957d4c0a5b39044446"
99
let url = "https://github.com/sparkle-project/Sparkle/releases/download/\(tag)/Sparkle-for-Swift-Package-Manager.zip"
1010

1111
let package = Package(

Sparkle.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Sparkle"
3-
s.version = "1.27.2"
3+
s.version = "1.27.3"
44
s.summary = "A software update framework for macOS"
55
s.description = "Sparkle is an easy-to-use software update framework for Cocoa developers."
66
s.homepage = "https://sparkle-project.org"

0 commit comments

Comments
 (0)