Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 1, 2020
1 parent 4fd9ae9 commit 7100b68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DockProgress.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DockProgress'
s.version = '3.1.0'
s.version = '3.2.0'
s.summary = 'Show progress in your app\'s Dock icon'
s.license = 'MIT'
s.homepage = 'https://github.com/sindresorhus/DockProgress'
Expand Down
4 changes: 2 additions & 2 deletions DockProgress.xcodeproj/project.pbxproj
Expand Up @@ -388,7 +388,7 @@
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = DockProgress.xcodeproj/DockProgress_Info.plist;
MARKETING_VERSION = 3.1.0;
MARKETING_VERSION = 3.2.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand All @@ -415,7 +415,7 @@
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = DockProgress.xcodeproj/DockProgress_Info.plist;
MARKETING_VERSION = 3.1.0;
MARKETING_VERSION = 3.2.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down

0 comments on commit 7100b68

Please sign in to comment.