diff --git a/LLDebugTool.podspec b/LLDebugTool.podspec index 5b04ab2f..e0eec182 100644 --- a/LLDebugTool.podspec +++ b/LLDebugTool.podspec @@ -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" diff --git a/LLDebugTool/DebugTool/LLDebugTool.m b/LLDebugTool/DebugTool/LLDebugTool.m index aa9fe292..164cb1e9 100644 --- a/LLDebugTool/DebugTool/LLDebugTool.m +++ b/LLDebugTool/DebugTool/LLDebugTool.m @@ -151,7 +151,7 @@ - (void)initial { // Set Default _isBetaVersion = NO; - _versionNumber = @"1.3.0"; + _versionNumber = @"1.3.1"; _version = _isBetaVersion ? [_versionNumber stringByAppendingString:@"(BETA)"] : _versionNumber; diff --git a/LLDebugToolDemo/Info.plist b/LLDebugToolDemo/Info.plist index 0a26b936..a5e56fda 100644 --- a/LLDebugToolDemo/Info.plist +++ b/LLDebugToolDemo/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3.0 + 1.3.1 CFBundleVersion 1 LSRequiresIPhoneOS