We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d46c6b commit 5d00fceCopy full SHA for 5d00fce
2 files changed
CHANGELOG.md
@@ -1,6 +1,13 @@
1
x.y.z Release Notes (yyyy-MM-dd)
2
=============================================================
3
4
+2.1.1 Release Notes (2026-06-04)
5
+=============================================================
6
+
7
+### Fixed
8
9
+* Toned down the tapped tint color calculations from producing oversaturated colors.
10
11
2.1.0 Release Notes (2026-05-27)
12
13
TORoundedButton.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TORoundedButton'
- s.version = '2.1.0'
+ s.version = '2.1.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A high-performance button control with rounded corners for iOS.'
s.homepage = 'https://github.com/TimOliver/TORoundedButton'
0 commit comments