Skip to content

Commit

Permalink
bump version to 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yonat committed Jul 15, 2022
1 parent 409e3b0 commit ddfb982
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [1.12.3] - 2022-07-15

### Changed
- allow returning `nil` from `valueLabelTextForThumb`. (thanks @joeypatino!)

## [1.12.2] - 2022-02-19

### Fixed
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.2"
s.version = "1.12.3"
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.2")
.package(url: "https://github.com/yonat/MultiSlider", from: "1.12.3")
]
```

Expand Down

0 comments on commit ddfb982

Please sign in to comment.