We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa6d24 commit 3cdfe3dCopy full SHA for 3cdfe3d
ChartUI.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |spec|
2
3
spec.name = "ChartUI"
4
- spec.version = "0.3.0"
+ spec.version = "0.4.0"
5
spec.summary = "📈 A SwiftUI chart library"
6
spec.homepage = "https://github.com/theo-brlle/chart-ui"
7
spec.license = { :type => "MIT", :file => "LICENSE" }
README.md
@@ -15,7 +15,7 @@ Just add this repo as a dependency of your project. Here is the repo URL: https:
15
Add ChartUI as a dependency in your `Podfile`.
16
17
```
18
-pod 'ChartUI', '~> 0.3.0'
+pod 'ChartUI', '~> 0.4.0'
19
20
21
Then run `pod install` and open the `.xcworkspace` file in Xcode.
0 commit comments