Skip to content

Commit

Permalink
bump version to 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yonat committed Feb 19, 2022
1 parent 388680c commit 3258c65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.12.2] - 2022-02-19

### Fixed
- apply tintColor to `minimumView` and `maximumView`.
Expand Down
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 = "1.12.1"
s.version = "1.12.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 @@ -156,7 +156,7 @@ Legacy versions:

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

Expand Down

0 comments on commit 3258c65

Please sign in to comment.