Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 9372561

Browse files
committed
chore: update version to 3.1.0 and add changelog entries
- Update podspec version to 3.1.0 - Add changelog entries for new features and fixes in 3.1.0
1 parent 8dc5ad3 commit 9372561

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 3.1.0
2+
- use flatten section on search
3+
- add options to always show search bar
4+
- fix wrong section name on setting, favourite and search
5+
- sort cell inside flatten section by name
6+
17
# 3.0.0
28
- Add new Flatten home design.
39
- Expose TPTweakStore environment.

TPTweak.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "TPTweak"
3-
spec.version = "3.0.1"
3+
spec.version = "3.1.0"
44
spec.summary = "TPTweak is a debugging tool to help adjust your iOS app on the fly without recompile"
55

66
spec.license = { :type => "Apache 2.0", :file => "LICENSE.md" }

0 commit comments

Comments
 (0)