Skip to content

Commit

Permalink
Bumped version number to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeycode committed Nov 6, 2015
1 parent 0207da7 commit 2868cb9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Resources/UnrarKit-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.5.3</string>
<string>2.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.5.3</string>
<string>2.6</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion UnrarKit.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2868cb9

Please sign in to comment.