Skip to content

Commit f57a1e9

Browse files
committed
0.7.0
1 parent 428ee65 commit f57a1e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

KeyboardShortcuts.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 = 'KeyboardShortcuts'
3-
s.version = '0.6.1'
3+
s.version = '0.7.0'
44
s.summary = 'Add user-customizable global keyboard shortcuts to your macOS app in minutes'
55
s.license = 'MIT'
66
s.homepage = 'https://github.com/sindresorhus/KeyboardShortcuts'

KeyboardShortcuts.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666
"$(inherited)",
667667
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
668668
);
669-
MARKETING_VERSION = 0.6.1;
669+
MARKETING_VERSION = 0.7.0;
670670
OTHER_CFLAGS = "$(inherited)";
671671
OTHER_LDFLAGS = "$(inherited)";
672672
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -701,7 +701,7 @@
701701
"$(inherited)",
702702
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
703703
);
704-
MARKETING_VERSION = 0.6.1;
704+
MARKETING_VERSION = 0.7.0;
705705
OTHER_CFLAGS = "$(inherited)";
706706
OTHER_LDFLAGS = "$(inherited)";
707707
OTHER_SWIFT_FLAGS = "$(inherited)";

0 commit comments

Comments
 (0)