Skip to content

Commit f49827b

Browse files
committed
bump version to 2.4.2
1 parent 23fd172 commit f49827b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.4.2] - 2025-05-24
88

99
### Fixed
1010
- respect aspect-ratio of segment images by using `scaleAspectFit`.

Example/MultiSegmentDemo/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
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>

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.4.1"
5+
s.version = "2.4.2"
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
@@ -161,7 +161,7 @@ pod 'MultiSelectSegmentedControl'
161161

162162
```swift
163163
dependencies: [
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

0 commit comments

Comments
 (0)