Skip to content

Commit 282362c

Browse files
committed
increment version #
1 parent 0f733e9 commit 282362c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BezierKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Pod::Spec.new do |s|
77
s.name = "BezierKit"
8-
s.version = "0.3.0"
8+
s.version = "0.4.0"
99
s.summary = "comprehensive Bezier curve library written in Swift"
1010
s.homepage = "https://github.com/hfutrell/BezierKit"
1111
s.license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To integrate BezierKit into your Xcode project using CocoaPods, add it to your t
4545

4646
```ruby
4747
target '<Your Target Name>' do
48-
pod 'BezierKit', '>= 0.3.0'
48+
pod 'BezierKit', '>= 0.4.0'
4949
end
5050
```
5151

0 commit comments

Comments
 (0)