Skip to content

Commit

Permalink
Merge pull request #14 from hfutrell/0.17-release
Browse files Browse the repository at this point in the history
update version #
  • Loading branch information
hfutrell authored Aug 21, 2018
2 parents 036b93f + e45a188 commit 4099892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BezierKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = "BezierKit"
s.version = "0.1.6"
s.version = "0.1.7"
s.summary = "comprehensive Bezier curve library written in Swift based on the popular Bezier.js library"
s.homepage = "https://github.com/hfutrell/BezierKit"
s.license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To integrate BezierKit into your Xcode project using CocoaPods, add it to your t

```ruby
target '<Your Target Name>' do
pod 'BezierKit', '>= 0.1.6'
pod 'BezierKit', '>= 0.1.7'
end
```

Expand Down

0 comments on commit 4099892

Please sign in to comment.