Skip to content

Commit f721bd8

Browse files
authored
Merge pull request #65 from HDB-Li/1.3.1
1.3.1
2 parents abe0252 + 827f6ee commit f721bd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LLDebugTool.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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"

LLDebugTool/DebugTool/LLDebugTool.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

LLDebugToolDemo/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>

0 commit comments

Comments
 (0)