File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "LLDebugTool"
3- s . version = "1.3.0 "
3+ s . version = "1.3.1 "
44 s . summary = "LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations."
55 s . homepage = "https://github.com/HDB-Li/LLDebugTool"
66 s . license = "MIT"
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ - (void)initial {
151151 // Set Default
152152 _isBetaVersion = NO ;
153153
154- _versionNumber = @" 1.3.0 " ;
154+ _versionNumber = @" 1.3.1 " ;
155155
156156 _version = _isBetaVersion ? [_versionNumber stringByAppendingString: @" (BETA)" ] : _versionNumber;
157157
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >1.3.0 </string >
20+ <string >1.3.1 </string >
2121 <key >CFBundleVersion </key >
2222 <string >1 </string >
2323 <key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments