From 6c7c558340c4da10ac5124fd3277931304bd45d6 Mon Sep 17 00:00:00 2001 From: HaroldoTeruya Date: Thu, 22 Jul 2021 16:06:40 -0300 Subject: [PATCH] build: bump version from 0.0.4 to 0.1.0 --- .../PerseLiteDemo/PerseLiteDemo.xcodeproj/project.pbxproj | 6 +++--- PerseLite.podspec | 2 +- PerseLite.xcodeproj/project.pbxproj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Example/PerseLiteDemo/PerseLiteDemo.xcodeproj/project.pbxproj b/Example/PerseLiteDemo/PerseLiteDemo.xcodeproj/project.pbxproj index 3e06349..d37e5bf 100644 --- a/Example/PerseLiteDemo/PerseLiteDemo.xcodeproj/project.pbxproj +++ b/Example/PerseLiteDemo/PerseLiteDemo.xcodeproj/project.pbxproj @@ -47,7 +47,7 @@ /* Begin PBXFileReference section */ 473A706C75D8CFF00C492CD5 /* Pods_PerseLiteDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PerseLiteDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5C06E54725D1F09A00E6770F /* Podfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Podfile; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5C06E54725D1F09A00E6770F /* Podfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Podfile; sourceTree = ""; }; 5C06E5A925D1FBC500E6770F /* PerseLite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PerseLite.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 5C0D7B572656C9CB00A24232 /* human2.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = human2.jpeg; sourceTree = ""; }; 5C0D7B582656C9CB00A24232 /* human.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = human.jpeg; sourceTree = ""; }; @@ -625,7 +625,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.0.4; + MARKETING_VERSION = 0.1.0; PRODUCT_BUNDLE_IDENTIFIER = ai.cyberlabs.perselitedemo; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -658,7 +658,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.0.4; + MARKETING_VERSION = 0.1.0; PRODUCT_BUNDLE_IDENTIFIER = ai.cyberlabs.perselitedemo; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/PerseLite.podspec b/PerseLite.podspec index 64316e6..9cda5d5 100644 --- a/PerseLite.podspec +++ b/PerseLite.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |spec| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # spec.name = "PerseLite" - spec.version = "0.0.4" + spec.version = "0.1.0" spec.summary = "Perse SDK Lite iOS" spec.description = <<-DESC "This SDK provides abstracts the communication with the Perse's API endpoints and also convert the response from json to a pre-defined responses." diff --git a/PerseLite.xcodeproj/project.pbxproj b/PerseLite.xcodeproj/project.pbxproj index ccf7bc1..c57b1ed 100644 --- a/PerseLite.xcodeproj/project.pbxproj +++ b/PerseLite.xcodeproj/project.pbxproj @@ -412,7 +412,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 0.0.4; + MARKETING_VERSION = 0.1.0; PRODUCT_BUNDLE_IDENTIFIER = ai.cyberlabs.perselite; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -442,7 +442,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 0.0.4; + MARKETING_VERSION = 0.1.0; PRODUCT_BUNDLE_IDENTIFIER = ai.cyberlabs.perselite; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES;