Skip to content

Commit

Permalink
Bump version: 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepantaleone committed Sep 1, 2023
1 parent fa80105 commit 6b51630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DPCharts.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DPCharts"
s.version = "1.2.0"
s.version = "1.2.1"
s.summary = "A lightweight framework to render charts on iOS written in Swift"
s.license = { :type => "MIT", :file => "LICENSE" }
s.homepage = "https://github.com/danielepantaleone/DPCharts"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ heatmapView.yAxisInverted = false
Add the dependency to the `DPCharts` framework in your `Podfile`:

```ruby
pod 'DPCharts', '~> 1.2.0'
pod 'DPCharts', '~> 1.2.1'
```

### Swift Package Manager
Expand All @@ -243,7 +243,7 @@ Add it as a dependency in a Swift Package:

```swift
dependencies: [
.package(url: "https://github.com/danielepantaleone/DPCharts.git", .upToNextMajor(from: "1.2.0"))
.package(url: "https://github.com/danielepantaleone/DPCharts.git", .upToNextMajor(from: "1.2.1"))
]
```

Expand Down

0 comments on commit 6b51630

Please sign in to comment.