Skip to content

Commit

Permalink
Merge pull request #114 from hfutrell/0.16.1-release
Browse files Browse the repository at this point in the history
0.16.1 release
  • Loading branch information
hfutrell authored Oct 22, 2024
2 parents c478694 + c730310 commit d8b9e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.16.0"
s.version = "0.16.1"
s.summary = "comprehensive Bezier Path library written in Swift"
s.homepage = "https://github.com/hfutrell/BezierKit"
s.license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To integrate BezierKit into your Xcode project using CocoaPods, add it to your t

```ruby
target '<Your Target Name>' do
pod 'BezierKit', '>= 0.16.0'
pod 'BezierKit', '>= 0.16.1'
end
```

Expand All @@ -66,7 +66,7 @@ import PackageDescription
let package = Package(
name: "<Your Target Name>",
dependencies: [
.package(url: "https://github.com/hfutrell/BezierKit.git", from: "0.16.0"),
.package(url: "https://github.com/hfutrell/BezierKit.git", from: "0.16.1"),
]
)
```
Expand Down

0 comments on commit d8b9e98

Please sign in to comment.