Skip to content

Commit df657bc

Browse files
committed
Bump version to v2.4.1
1 parent 6c5bbc4 commit df657bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Lib/Sauce.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
"@executable_path/../Frameworks",
395395
"@loader_path/Frameworks",
396396
);
397-
MARKETING_VERSION = 2.4.0;
397+
MARKETING_VERSION = 2.4.1;
398398
PRODUCT_BUNDLE_IDENTIFIER = "com.clipy-app.Sauce";
399399
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
400400
SKIP_INSTALL = YES;
@@ -422,7 +422,7 @@
422422
"@executable_path/../Frameworks",
423423
"@loader_path/Frameworks",
424424
);
425-
MARKETING_VERSION = 2.4.0;
425+
MARKETING_VERSION = 2.4.1;
426426
PRODUCT_BUNDLE_IDENTIFIER = "com.clipy-app.Sauce";
427427
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
428428
SKIP_INSTALL = YES;

Sauce.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 = "Sauce"
3-
s.version = "2.4.0"
3+
s.version = "2.4.1"
44
s.summary = "Mapping various keyboard layout sources and key codes in macOS. (e.g.: QWERTY, Dvorak)"
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.homepage = "https://github.com/Clipy/Sauce"

0 commit comments

Comments
 (0)