File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
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.4.2 ] - 2025-05-24
88
99### Fixed
1010- respect aspect-ratio of segment images by using ` scaleAspectFit ` .
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.3.7 </string >
18+ <string >2.4.2 </string >
1919 <key >CFBundleVersion </key >
20- <string >102 </string >
20+ <string >112 </string >
2121 <key >LSRequiresIPhoneOS </key >
2222 <true />
2323 <key >UILaunchStoryboardName </key >
Original file line number Diff line number Diff line change 22Pod ::Spec . new do |s |
33
44 s . name = "MultiSelectSegmentedControl"
5- s . version = "2.4.1 "
5+ s . version = "2.4.2 "
66 s . summary = "Multiple-Selection Segmented Control"
77
88 s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ pod 'MultiSelectSegmentedControl'
161161
162162``` swift
163163dependencies: [
164- .package (url : " https://github.com/yonat/MultiSelectSegmentedControl" , from : " 2.4.1 " )
164+ .package (url : " https://github.com/yonat/MultiSelectSegmentedControl" , from : " 2.4.2 " )
165165]
166166```
167167
You can’t perform that action at this time.
0 commit comments