File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and 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)
Original file line number Diff line number Diff line change 22Pod ::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
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ pod 'MultiSelectSegmentedControl'
134134
135135``` swift
136136dependencies: [
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
You can’t perform that action at this time.
0 commit comments