From 6f2e3cec3793ad286b2f8b2d95d42483e3522407 Mon Sep 17 00:00:00 2001 From: Tim Oliver Date: Mon, 9 Oct 2023 15:33:59 +0900 Subject: [PATCH] Updated CHANGELOG --- TORoundedButton.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TORoundedButton.podspec b/TORoundedButton.podspec index ff6c748..2ed5427 100644 --- a/TORoundedButton.podspec +++ b/TORoundedButton.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TORoundedButton' - s.version = '1.2.0' + s.version = '1.2.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'