Skip to content

Commit

Permalink
Bump version: 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepantaleone committed Aug 25, 2023
1 parent fb96c5c commit 3f906b3
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.1.1"
s.version = "1.1.2"
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.1.1'
pod 'DPCharts', '~> 1.1.2'
```

### 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.1.1"))
.package(url: "https://github.com/danielepantaleone/DPCharts.git", .upToNextMajor(from: "1.1.2"))
]
```

Expand Down

0 comments on commit 3f906b3

Please sign in to comment.