Skip to content

Commit

Permalink
1.1.0 (#10)
Browse files Browse the repository at this point in the history
bump version and update changelog
  • Loading branch information
wendyliga authored Aug 9, 2023
1 parent 784c0a2 commit 0b22a27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion TPTweak.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit 0b22a27

Please sign in to comment.