Skip to content

Commit

Permalink
Bumped version number to v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeycode committed Nov 2, 2015
1 parent 65389fa commit b8a6762
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# UnrarKit CHANGELOG

## 2.5.3

Fixed Podspec bug causing build errors when building as a framework with CocoaPods (Issue #28)


## 2.5.2

Moved off of deprecated `xcconfig` attribute in podspec (Issue #25)
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.2</string>
<string>2.5.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.5.2</string>
<string>2.5.3</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.2"
s.version = "2.5.3"
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 b8a6762

Please sign in to comment.