From 11528fd6e5d97db21ce1472fe3b0846c8c8bc9fa Mon Sep 17 00:00:00 2001 From: Indragie Karunaratne Date: Mon, 29 Jun 2020 12:30:22 -0700 Subject: [PATCH] Bump to version 1.0.3 --- InAppViewDebugger.podspec | 2 +- InAppViewDebugger.xcodeproj/project.pbxproj | 8 ++++---- README.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/InAppViewDebugger.podspec b/InAppViewDebugger.podspec index 699ec8f..3b1c313 100644 --- a/InAppViewDebugger.podspec +++ b/InAppViewDebugger.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "InAppViewDebugger" - spec.version = "1.0.2" + spec.version = "1.0.3" spec.summary = "A UIView debugger (like Reveal or Xcode) that can be embedded in an app for on-device view debugging." spec.homepage = "https://github.com/indragiek/InAppViewDebugger" spec.screenshots = "https://raw.githubusercontent.com/indragiek/InAppViewDebugger/master/docs/img/main.png" diff --git a/InAppViewDebugger.xcodeproj/project.pbxproj b/InAppViewDebugger.xcodeproj/project.pbxproj index 525bf2b..c0c04f9 100644 --- a/InAppViewDebugger.xcodeproj/project.pbxproj +++ b/InAppViewDebugger.xcodeproj/project.pbxproj @@ -633,7 +633,7 @@ CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 3; + DYLIB_CURRENT_VERSION = 4; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = InAppViewDebugger/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -643,7 +643,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.0.2; + MARKETING_VERSION = 1.0.3; PRODUCT_BUNDLE_IDENTIFIER = com.indragie.InAppViewDebugger; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -661,7 +661,7 @@ CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 3; + DYLIB_CURRENT_VERSION = 4; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = InAppViewDebugger/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -671,7 +671,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.0.2; + MARKETING_VERSION = 1.0.3; PRODUCT_BUNDLE_IDENTIFIER = com.indragie.InAppViewDebugger; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/README.md b/README.md index 7830359..be0add1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Add the following line to your `Podfile`: ```ruby -pod 'InAppViewDebugger', '~> 1.0.2' +pod 'InAppViewDebugger', '~> 1.0.3' ``` ### Carthage @@ -37,7 +37,7 @@ pod 'InAppViewDebugger', '~> 1.0.2' Add the following line to your `Cartfile`: ``` -github "indragiek/InAppViewDebugger" "1.0.2" +github "indragiek/InAppViewDebugger" "1.0.3" ``` ## Usage