diff --git a/ACKategories.xcodeproj/project.pbxproj b/ACKategories.xcodeproj/project.pbxproj index ff263b7..f7a3862 100644 --- a/ACKategories.xcodeproj/project.pbxproj +++ b/ACKategories.xcodeproj/project.pbxproj @@ -2232,7 +2232,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 12.0; MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 6.13.0; + MARKETING_VERSION = 6.14.0; ONLY_ACTIVE_ARCH = YES; SDKROOT = auto; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"; @@ -2278,7 +2278,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 12.0; MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 6.13.0; + MARKETING_VERSION = 6.14.0; SDKROOT = auto; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"; SWIFT_COMPILATION_MODE = wholemodule; diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6d74c..8df00db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ## Next +## 6.14.0 + - Add privacy manifest ([#148](https://github.com/AckeeCZ/ACKategories/pull/148), kudos to @olejnjak) - Add new helpers for Combine+Concurrency ([#147](https://github.com/AckeeCZ/ACKategories/pull/147), kudos to @olejnjak) diff --git a/README.md b/README.md index 41db011..233515c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A bunch of tools, cocoa subclasses and extensions we created and use at Ackee. You can also use [Carthage](https://github.com/Carthage/Carthage). Specify this repo in your Cartfile: ``` -github "AckeeCZ/ACKategories" ~> 6.13.0 +github "AckeeCZ/ACKategories" ~> 6.14.0 ``` ### SPM @@ -20,7 +20,7 @@ github "AckeeCZ/ACKategories" ~> 6.13.0 Or you can use [SPM](https://github.com/apple/swift-package-manager). Add this to your `Package.swift`: ```swift -.package(url: "https://github.com/AckeeCZ/ACKategories.git", .upToNextMajor(from: "6.13.0")), +.package(url: "https://github.com/AckeeCZ/ACKategories.git", .upToNextMajor(from: "6.14.0")), ```