Skip to content

Commit 86fdb0c

Browse files
committed
Version bump
1 parent 3e7c7fe commit 86fdb0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Configurations/ConfigCommon.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SPARKLE_AUTOMATED_DOWNGRADES = 0
1515
SPARKLE_NORMALIZE_INSTALLED_APPLICATION_NAME = 0
1616

1717
SPARKLE_VERSION_MAJOR = 1
18-
SPARKLE_VERSION_MINOR = 10
18+
SPARKLE_VERSION_MINOR = 11
1919
SPARKLE_VERSION_PATCH = 0
2020
SPARKLE_VERSION = $(SPARKLE_VERSION_MAJOR).$(SPARKLE_VERSION_MINOR).$(SPARKLE_VERSION_PATCH)
2121

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.10.0"
3+
s.version = "1.11.0"
44
s.summary = "A software update framework for OS X"
55
s.description = "Sparkle is an easy-to-use software update framework for Cocoa developers."
66
s.homepage = "http://sparkle-project.org"

0 commit comments

Comments
 (0)