Skip to content

Commit 318232c

Browse files
committed
Bump version to 0.9.6
1 parent c7a79e0 commit 318232c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CircularRevealKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CircularRevealKit'
3-
s.version = '0.9.5'
3+
s.version = '0.9.6'
44
s.summary = 'Circular reveal animations made easy'
55
s.homepage = 'https://github.com/T-Pro/CircularRevealKit'
66
s.description = 'This library was created to allow developers to implement the material design reveal effect.'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ platform :ios, '9.0'
3535
use_frameworks!
3636

3737
target '<Your Target Name>' do
38-
pod 'CircularRevealKit', '~> 0.9.5'
38+
pod 'CircularRevealKit', '~> 0.9.6'
3939
end
4040
```
4141

@@ -59,7 +59,7 @@ $ brew install carthage
5959
To integrate CircularRevealKit into your Xcode project using Carthage, specify it in your `Cartfile`:
6060

6161
```ogdl
62-
github "T-Pro/CircularRevealKit" ~> 0.9.5
62+
github "T-Pro/CircularRevealKit" ~> 0.9.6
6363
```
6464

6565
Run `carthage update` to build the framework and drag the built `CircularRevealKit.framework` into your Xcode project.

0 commit comments

Comments
 (0)