From 0b22a2771ce7888493779af4e091f84cbdd80453 Mon Sep 17 00:00:00 2001 From: Wendy Liga <16457495+wendyliga@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:05:28 +0700 Subject: [PATCH] 1.1.0 (#10) bump version and update changelog --- CHANGELOG.md | 4 ++++ TPTweak.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 532302e..47e5865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + +# 1.1.0 +- Passing closure for switch type ([#9](https://github.com/tokopedia/ios-tptweak/pull/9)) + # 1.0.0 - initial release \ No newline at end of file diff --git a/TPTweak.podspec b/TPTweak.podspec index e9e78ff..65e1bfb 100644 --- a/TPTweak.podspec +++ b/TPTweak.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "TPTweak" - spec.version = "1.0.0" + spec.version = "1.1.0" spec.summary = "TPTweak is a debugging tool to help adjust your iOS app on the fly without recompile" spec.license = { :type => "Apache 2.0", :file => "LICENSE.md" }