Skip to content

Commit c2ad80c

Browse files
committed
Bump version number.
1 parent c66b15b commit c2ad80c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3.x.x (2020-xx-xx)
1+
3.4.0 (2022-08-17)
22
---
33

44
Improvements:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ The framework supports [module maps](https://clang.llvm.org/docs/Modules.html),
8787
8888
### Swift Package Manager
8989
90-
.package(url: "git://github.com/Kentzo/ShortcutRecorder.git", from: "3.3.0")
90+
.package(url: "git://github.com/Kentzo/ShortcutRecorder.git", from: "3.4.0")
9191
9292
### CocoaPods
9393
94-
pod 'ShortcutRecorder', '~> 3.3.0'
94+
pod 'ShortcutRecorder', '~> 3.4.0'
9595
9696
### Carthage
9797
98-
github "Kentzo/ShortcutRecorder" ~> 3.3.0
98+
github "Kentzo/ShortcutRecorder" ~> 3.4.0
9999
100100
Prebuilt frameworks are available via GitHub releases.
101101

ShortcutRecorder.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@
645645
COMBINE_HIDPI_IMAGES = YES;
646646
DEFINES_MODULE = YES;
647647
DYLIB_COMPATIBILITY_VERSION = 3.1;
648-
DYLIB_CURRENT_VERSION = 3.3;
648+
DYLIB_CURRENT_VERSION = 3.4;
649649
FRAMEWORK_VERSION = A;
650650
INFOPLIST_FILE = Sources/ShortcutRecorder/Info.plist;
651651
INSTALL_PATH = "@rpath";
@@ -672,7 +672,7 @@
672672
COMBINE_HIDPI_IMAGES = YES;
673673
DEFINES_MODULE = YES;
674674
DYLIB_COMPATIBILITY_VERSION = 3.1;
675-
DYLIB_CURRENT_VERSION = 3.3;
675+
DYLIB_CURRENT_VERSION = 3.4;
676676
FRAMEWORK_VERSION = A;
677677
INFOPLIST_FILE = Sources/ShortcutRecorder/Info.plist;
678678
INSTALL_PATH = "@rpath";

Sources/ShortcutRecorder/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<key>CFBundlePackageType</key>
1414
<string>FMWK</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.3.0</string>
16+
<string>3.4.0</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>
20-
<string>3.3.0</string>
20+
<string>3.4.0</string>
2121
<key>NSHumanReadableCopyright</key>
2222
<string>Copyright © 2019 ShortcutRecorder attributors</string>
2323
</dict>

0 commit comments

Comments
 (0)