Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 31, 2021
1 parent 428ee65 commit f57a1e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KeyboardShortcuts.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KeyboardShortcuts'
s.version = '0.6.1'
s.version = '0.7.0'
s.summary = 'Add user-customizable global keyboard shortcuts to your macOS app in minutes'
s.license = 'MIT'
s.homepage = 'https://github.com/sindresorhus/KeyboardShortcuts'
Expand Down
4 changes: 2 additions & 2 deletions KeyboardShortcuts.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@
"$(inherited)",
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
);
MARKETING_VERSION = 0.6.1;
MARKETING_VERSION = 0.7.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down Expand Up @@ -701,7 +701,7 @@
"$(inherited)",
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
);
MARKETING_VERSION = 0.6.1;
MARKETING_VERSION = 0.7.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down

0 comments on commit f57a1e9

Please sign in to comment.