Skip to content

Commit b22204b

Browse files
committed
Bumped version number
1 parent 5b49243 commit b22204b

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
x.y.z Release Notes (yyyy-MM-dd)
22
=============================================================
33

4+
2.1.0 Release Notes (2026-05-27)
5+
=============================================================
6+
47
### Added
58

69
* Re-added the `minimumWidth` property, now including the horizontal `contentInset` padding, to help external layout systems size the button around its content.

TORoundedButton.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'TORoundedButton'
3-
s.version = '2.0.0'
3+
s.version = '2.1.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'A high-performance button control with rounded corners for iOS.'
66
s.homepage = 'https://github.com/TimOliver/TORoundedButton'

TORoundedButtonFramework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.0</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)