Skip to content

Commit 3cdfe3d

Browse files
committed
Bump version
1 parent 7aa6d24 commit 3cdfe3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChartUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "ChartUI"
4-
spec.version = "0.3.0"
4+
spec.version = "0.4.0"
55
spec.summary = "📈 A SwiftUI chart library"
66
spec.homepage = "https://github.com/theo-brlle/chart-ui"
77
spec.license = { :type => "MIT", :file => "LICENSE" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Just add this repo as a dependency of your project. Here is the repo URL: https:
1515
Add ChartUI as a dependency in your `Podfile`.
1616

1717
```
18-
pod 'ChartUI', '~> 0.3.0'
18+
pod 'ChartUI', '~> 0.4.0'
1919
```
2020

2121
Then run `pod install` and open the `.xcworkspace` file in Xcode.

0 commit comments

Comments
 (0)