Skip to content

Commit cab17b3

Browse files
committed
bump version to 2.2.0
1 parent c943810 commit cab17b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [2.2.0] - 2019-10-03
88

99
### Added
1010
- add `selectedBackgroundColor`. (Thanks jemise111)

MultiSelectSegmentedControl.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "MultiSelectSegmentedControl"
5-
s.version = "2.1.1"
5+
s.version = "2.2.0"
66
s.summary = "Multiple-Selection Segmented Control"
77

88
s.description = <<-DESC

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pod 'MultiSelectSegmentedControl'
134134

135135
```swift
136136
dependencies: [
137-
.package(url: "https://github.com/yonat/MultiSelectSegmentedControl", from: "2.1.1")
137+
.package(url: "https://github.com/yonat/MultiSelectSegmentedControl", from: "2.2.0")
138138
]
139139
```
140140

0 commit comments

Comments
 (0)