Skip to content

Commit 5a4fb7d

Browse files
committed
2.2.0
1 parent 1f3c932 commit 5a4fb7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CircularProgress.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
);
412412
HEADER_SEARCH_PATHS = "$(inherited)";
413413
INFOPLIST_FILE = CircularProgress.xcodeproj/CircularProgress_Info.plist;
414-
MARKETING_VERSION = 2.1.0;
414+
MARKETING_VERSION = 2.2.0;
415415
OTHER_CFLAGS = "$(inherited)";
416416
OTHER_LDFLAGS = "$(inherited)";
417417
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -439,7 +439,7 @@
439439
);
440440
HEADER_SEARCH_PATHS = "$(inherited)";
441441
INFOPLIST_FILE = CircularProgress.xcodeproj/CircularProgress_Info.plist;
442-
MARKETING_VERSION = 2.1.0;
442+
MARKETING_VERSION = 2.2.0;
443443
OTHER_CFLAGS = "$(inherited)";
444444
OTHER_LDFLAGS = "$(inherited)";
445445
OTHER_SWIFT_FLAGS = "$(inherited)";

CircularProgressMac.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 = 'CircularProgressMac'
3-
s.version = '2.1.0'
3+
s.version = '2.2.0'
44
s.summary = 'Circular progress indicator for macOS apps'
55
s.license = 'MIT'
66
s.homepage = 'https://github.com/sindresorhus/CircularProgress'

0 commit comments

Comments
 (0)