diff --git a/KinBase.podspec b/KinBase.podspec index 8b80b03..e06d727 100644 --- a/KinBase.podspec +++ b/KinBase.podspec @@ -8,7 +8,7 @@ # Pod::Spec.new do |s| s.name = 'KinBase' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'Kin SDK for iOS' s.description = <<-DESC diff --git a/KinBase/KinBase.xcodeproj/project.pbxproj b/KinBase/KinBase.xcodeproj/project.pbxproj index 9d7f9e6..d595957 100644 --- a/KinBase/KinBase.xcodeproj/project.pbxproj +++ b/KinBase/KinBase.xcodeproj/project.pbxproj @@ -1545,7 +1545,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.0.2; OTHER_LDFLAGS = ( "$(inherited)", "-l\"c++\"", @@ -1586,7 +1586,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.0.2; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ( "$(inherited)", diff --git a/KinBase/README.md b/KinBase/README.md index 6f3e4de..8f16594 100644 --- a/KinBase/README.md +++ b/KinBase/README.md @@ -7,7 +7,7 @@ The KinBase module is the foundation upon which the rest of the SDK stands. ## Installation Add the following to your Podfile. ``` -pod 'KinBase', '~> 1.0.1' +pod 'KinBase', '~> 1.0.2' ``` ## Overview diff --git a/KinDesign.podspec b/KinDesign.podspec index 1dd2c80..b7182f6 100644 --- a/KinDesign.podspec +++ b/KinDesign.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'KinDesign' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'Kin Design Library for iOS' s.description = <<-DESC diff --git a/KinDesign/KinDesign.xcodeproj/project.pbxproj b/KinDesign/KinDesign.xcodeproj/project.pbxproj index 086dcc4..fd335e7 100644 --- a/KinDesign/KinDesign.xcodeproj/project.pbxproj +++ b/KinDesign/KinDesign.xcodeproj/project.pbxproj @@ -430,7 +430,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.0.2; PRODUCT_BUNDLE_IDENTIFIER = org.kin..KinDesign; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -458,7 +458,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.0.2; PRODUCT_BUNDLE_IDENTIFIER = org.kin..KinDesign; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/KinDesign/README.md b/KinDesign/README.md index 7f1fdf9..a3fc7a5 100644 --- a/KinDesign/README.md +++ b/KinDesign/README.md @@ -10,7 +10,7 @@ All of these components can be tested out and browsed in the [sample app](../Kin ## Installation Add the following to your project's Podfile. ``` -pod 'KinDesign', '~> 1.0.1' +pod 'KinDesign', '~> 1.0.2' ``` ### Primary Button diff --git a/KinSampleApp/KinSampleApp.xcodeproj/project.pbxproj b/KinSampleApp/KinSampleApp.xcodeproj/project.pbxproj index 50e5d79..5439209 100644 --- a/KinSampleApp/KinSampleApp.xcodeproj/project.pbxproj +++ b/KinSampleApp/KinSampleApp.xcodeproj/project.pbxproj @@ -580,7 +580,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.0.2; PRODUCT_BUNDLE_IDENTIFIER = org.kin..KinSampleApp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; @@ -602,7 +602,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.0.2; PRODUCT_BUNDLE_IDENTIFIER = org.kin..KinSampleApp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; diff --git a/KinUX.podspec b/KinUX.podspec index 9629567..4f4ca4b 100644 --- a/KinUX.podspec +++ b/KinUX.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'KinUX' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'UX Library for Kin SDK iOS' s.description = <<-DESC @@ -20,8 +20,8 @@ Pod::Spec.new do |s| s.source_files = 'KinUX/KinUX/Src/**/*' - s.dependency 'KinBase', '~> 1.0.1' - s.dependency 'KinDesign', '~> 1.0.1' + s.dependency 'KinBase', '~> 1.0.2' + s.dependency 'KinDesign', '~> 1.0.2' # Dependencies needed for KinGrpcApi s.dependency 'gRPC-ProtoRPC' diff --git a/KinUX/KinUX.xcodeproj/project.pbxproj b/KinUX/KinUX.xcodeproj/project.pbxproj index 46e44e8..3842be1 100644 --- a/KinUX/KinUX.xcodeproj/project.pbxproj +++ b/KinUX/KinUX.xcodeproj/project.pbxproj @@ -589,7 +589,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.0.2; PRODUCT_BUNDLE_IDENTIFIER = org.kin..KinUX; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -619,7 +619,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.0.2; PRODUCT_BUNDLE_IDENTIFIER = org.kin..KinUX; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/KinUX/README.md b/KinUX/README.md index 014ac24..4a5a1b8 100644 --- a/KinUX/README.md +++ b/KinUX/README.md @@ -6,7 +6,7 @@ The KinUX module provides an easy to use out of the box spend flow UI that is pr Add the following to your project's Podfile. This will also transitively pull in KinBase and KinDesign into your project as well. ``` -pod 'KinUX', '~> 1.0.1' +pod 'KinUX', '~> 1.0.2' ``` ## Overview diff --git a/README.md b/README.md index ed851df..d134314 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ In your Podfile ``` // If you just want to access the blockchain & no UI -pod 'KinBase', '~> 1.0.1' +pod 'KinBase', '~> 1.0.2' // Add spend to use the modal spend flow to allow users to buy things with Kin -pod 'KinUX', '~> 1.0.1' +pod 'KinUX', '~> 1.0.2' // Add design for direct access to UI views you can use in your own app -pod 'KinDesign', '~> 1.0.1' +pod 'KinDesign', '~> 1.0.2' ``` ## Sample App