File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "LLDebugTool"
3
- s . version = "1.3.0 "
3
+ s . version = "1.3.1 "
4
4
s . summary = "LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations."
5
5
s . homepage = "https://github.com/HDB-Li/LLDebugTool"
6
6
s . license = "MIT"
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ - (void)initial {
151
151
// Set Default
152
152
_isBetaVersion = NO ;
153
153
154
- _versionNumber = @" 1.3.0 " ;
154
+ _versionNumber = @" 1.3.1 " ;
155
155
156
156
_version = _isBetaVersion ? [_versionNumber stringByAppendingString: @" (BETA)" ] : _versionNumber;
157
157
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.3.0 </string >
20
+ <string >1.3.1 </string >
21
21
<key >CFBundleVersion </key >
22
22
<string >1 </string >
23
23
<key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments