Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Aug 17, 2022
1 parent c66b15b commit c2ad80c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
3.x.x (2020-xx-xx)
3.4.0 (2022-08-17)
---

Improvements:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ The framework supports [module maps](https://clang.llvm.org/docs/Modules.html),
### Swift Package Manager
.package(url: "git://github.com/Kentzo/ShortcutRecorder.git", from: "3.3.0")
.package(url: "git://github.com/Kentzo/ShortcutRecorder.git", from: "3.4.0")
### CocoaPods
pod 'ShortcutRecorder', '~> 3.3.0'
pod 'ShortcutRecorder', '~> 3.4.0'
### Carthage
github "Kentzo/ShortcutRecorder" ~> 3.3.0
github "Kentzo/ShortcutRecorder" ~> 3.4.0
Prebuilt frameworks are available via GitHub releases.
Expand Down
4 changes: 2 additions & 2 deletions ShortcutRecorder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 3.1;
DYLIB_CURRENT_VERSION = 3.3;
DYLIB_CURRENT_VERSION = 3.4;
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = Sources/ShortcutRecorder/Info.plist;
INSTALL_PATH = "@rpath";
Expand All @@ -672,7 +672,7 @@
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 3.1;
DYLIB_CURRENT_VERSION = 3.3;
DYLIB_CURRENT_VERSION = 3.4;
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = Sources/ShortcutRecorder/Info.plist;
INSTALL_PATH = "@rpath";
Expand Down
4 changes: 2 additions & 2 deletions Sources/ShortcutRecorder/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.3.0</string>
<string>3.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.3.0</string>
<string>3.4.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 ShortcutRecorder attributors</string>
</dict>
Expand Down

0 comments on commit c2ad80c

Please sign in to comment.