From 2868cb90a38e43559e985cd447569d69ca6d86c6 Mon Sep 17 00:00:00 2001 From: Dov Frankel Date: Fri, 6 Nov 2015 10:03:00 -0500 Subject: [PATCH] Bumped version number to 2.6 --- CHANGELOG.md | 6 ++++++ Resources/UnrarKit-Info.plist | 4 ++-- UnrarKit.podspec | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02429f6..c9f660c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # UnrarKit CHANGELOG +## 2.6 + +* Added full support for Carthage (Issue #22) +* Added annotations for nullability, improving compatibility with Xcode 7 and Swift + + ## 2.5.3 Fixed Podspec bug causing build errors when building as a framework with CocoaPods (Issue #28) diff --git a/Resources/UnrarKit-Info.plist b/Resources/UnrarKit-Info.plist index f6438a7..fdeb379 100644 --- a/Resources/UnrarKit-Info.plist +++ b/Resources/UnrarKit-Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.5.3 + 2.6 CFBundleSignature ???? CFBundleVersion - 2.5.3 + 2.6 diff --git a/UnrarKit.podspec b/UnrarKit.podspec index 7711eb2..ab051a7 100644 --- a/UnrarKit.podspec +++ b/UnrarKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "UnrarKit" - s.version = "2.5.3" + s.version = "2.6" s.summary = "UnrarKit is here to enable Mac and iOS Cocoa apps to easily work with RAR files for read-only operations" s.license = "BSD" s.homepage = "https://github.com/abbeycode/UnrarKit"