Skip to content

Commit

Permalink
Update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
libobjc committed Oct 16, 2018
1 parent 4f099d4 commit 2f0b525
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.5</string>
<string>1.1.6</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion KTVHTTPCache.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "KTVHTTPCache"
s.version = "1.1.5"
s.version = "1.1.6"
s.summary = "A media cache framework from Changba iOS Team."
s.homepage = "https://github.com/ChangbaDevs/KTVHTTPCache"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ KTVHTTPCache is a smart media cache framework. It can cache HTTP request, very s
To integrate KTVHTTPCache into your Xcode project using CocoaPods, specify it in your Podfile:

```ruby
pod 'KTVHTTPCache', '~> 1.1.5'
pod 'KTVHTTPCache', '~> 1.1.6'
```

Run `pod install`
Expand All @@ -34,7 +34,7 @@ Run `pod install`
To integrate KTVHTTPCache into your Xcode project using Carthage, specify it in your Cartfile:

```ogdl
github "ChangbaDevs/KTVHTTPCache" ~> 1.1.5
github "ChangbaDevs/KTVHTTPCache" ~> 1.1.6
```

Run `carthage update` to build the framework and drag the built `KTVHTTPCache.framework` and `KTVCocoaHTTPServer.framework` into your Xcode project.
Expand Down

0 comments on commit 2f0b525

Please sign in to comment.