Skip to content

Commit

Permalink
Merge pull request #65 from HDB-Li/1.3.1
Browse files Browse the repository at this point in the history
1.3.1
  • Loading branch information
HDB-Li authored Sep 6, 2019
2 parents abe0252 + 827f6ee commit f721bd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LLDebugTool.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LLDebugTool"
s.version = "1.3.0"
s.version = "1.3.1"
s.summary = "LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations."
s.homepage = "https://github.com/HDB-Li/LLDebugTool"
s.license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion LLDebugTool/DebugTool/LLDebugTool.m
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ - (void)initial {
// Set Default
_isBetaVersion = NO;

_versionNumber = @"1.3.0";
_versionNumber = @"1.3.1";

_version = _isBetaVersion ? [_versionNumber stringByAppendingString:@"(BETA)"] : _versionNumber;

Expand Down
2 changes: 1 addition & 1 deletion LLDebugToolDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit f721bd8

Please sign in to comment.