Skip to content

Commit

Permalink
bump version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yonat committed Aug 23, 2023
1 parent 0d7f6a5 commit ce55c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MultiSlider.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MultiSlider"
s.version = "2.1.1"
s.version = "2.1.2"
s.summary = "UISlider clone with multiple thumbs and values, optional snap intervals, optional value labels."

s.homepage = "https://github.com/yonat/MultiSlider"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Legacy versions:

```swift
dependencies: [
.package(url: "https://github.com/yonat/MultiSlider", from: "2.1.1")
.package(url: "https://github.com/yonat/MultiSlider", from: "2.1.2")
]
```

Expand Down

0 comments on commit ce55c0e

Please sign in to comment.