Skip to content

Commit

Permalink
bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yonat committed Jul 15, 2023
1 parent fb5a50e commit 869843f
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]
## [2.1.0] - 2023-07-15

### Added
- add `valueLabelAlternatePosition` to allow more space for the value labels by alternating their positions for consecutive thumbs (eg top/bottom or leading/trailing).
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 = "2.0.0"
s.version = "2.1.0"
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.0.0")
.package(url: "https://github.com/yonat/MultiSlider", from: "2.1.0")
]
```

Expand Down

0 comments on commit 869843f

Please sign in to comment.