From 8dad0bea1353c667ebd6daf021641e157ee67979 Mon Sep 17 00:00:00 2001 From: "Artyom Y. Razinov" Date: Wed, 29 May 2019 18:45:08 +0300 Subject: [PATCH] Bump version to 0.2.3 --- Demos/OversimplifiedDemo/Podfile | 4 ++-- MixboxAllure.podspec | 2 +- MixboxArtifacts.podspec | 2 +- MixboxBuiltinIpc.podspec | 2 +- MixboxFakeSettingsAppMain.podspec | 2 +- MixboxFoundation.podspec | 2 +- MixboxInAppServices.podspec | 2 +- MixboxIpc.podspec | 2 +- MixboxIpcCommon.podspec | 2 +- MixboxIpcSbtuiClient.podspec | 2 +- MixboxIpcSbtuiHost.podspec | 2 +- MixboxReporting.podspec | 2 +- MixboxTestability.podspec | 2 +- MixboxTestsFoundation.podspec | 2 +- MixboxUiKit.podspec | 2 +- MixboxUiTestsFoundation.podspec | 2 +- MixboxXcuiDriver.podspec | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Demos/OversimplifiedDemo/Podfile b/Demos/OversimplifiedDemo/Podfile index 691f4beda..98c44ab63 100644 --- a/Demos/OversimplifiedDemo/Podfile +++ b/Demos/OversimplifiedDemo/Podfile @@ -7,13 +7,13 @@ inhibit_all_warnings! use_frameworks! target 'OversimplifiedDemo' do - pod 'MixboxInAppServices', '0.2.2' + pod 'MixboxInAppServices', '0.2.3' pod 'SQLite.swift', '0.11.5' # Xcode 10.2: '0.12.0' (lower also suits) end target 'OversimplifiedDemoUITests' do - pod 'MixboxXcuiDriver', '0.2.2' + pod 'MixboxXcuiDriver', '0.2.3' end post_install do |installer| diff --git a/MixboxAllure.podspec b/MixboxAllure.podspec index 69bc30fa1..aca81233b 100644 --- a/MixboxAllure.podspec +++ b/MixboxAllure.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxAllure' s.module_name = s.name - s.version = '0.2.2' + s.version = '0.2.3' s.summary = s.name s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT' diff --git a/MixboxArtifacts.podspec b/MixboxArtifacts.podspec index 257196eb5..1f4ccd86e 100644 --- a/MixboxArtifacts.podspec +++ b/MixboxArtifacts.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxArtifacts' s.module_name = s.name - s.version = '0.2.2' + s.version = '0.2.3' s.summary = s.name s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT' diff --git a/MixboxBuiltinIpc.podspec b/MixboxBuiltinIpc.podspec index 0a514c785..25557f6bd 100644 --- a/MixboxBuiltinIpc.podspec +++ b/MixboxBuiltinIpc.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxBuiltinIpc' s.module_name = s.name - s.version = '0.2.2' + s.version = '0.2.3' s.summary = s.name s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT' diff --git a/MixboxFakeSettingsAppMain.podspec b/MixboxFakeSettingsAppMain.podspec index fb017472b..5931a12a2 100644 --- a/MixboxFakeSettingsAppMain.podspec +++ b/MixboxFakeSettingsAppMain.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxFakeSettingsAppMain' s.module_name = s.name - s.version = '0.2.2' + s.version = '0.2.3' s.summary = s.name s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT' diff --git a/MixboxFoundation.podspec b/MixboxFoundation.podspec index dc5a8795f..b93fe4cf6 100644 --- a/MixboxFoundation.podspec +++ b/MixboxFoundation.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxFoundation' s.module_name = s.name - s.version = '0.2.2' + s.version = '0.2.3' s.summary = 'Shared simple general purpose utilities' s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT' diff --git a/MixboxInAppServices.podspec b/MixboxInAppServices.podspec index eaf9855c1..b69b1c5ab 100644 --- a/MixboxInAppServices.podspec +++ b/MixboxInAppServices.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxInAppServices' s.module_name = s.name - s.version = '0.2.2' + s.version = '0.2.3' s.summary = s.name s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT' diff --git a/MixboxIpc.podspec b/MixboxIpc.podspec index 8cd66eae2..e6d57d8f5 100644 --- a/MixboxIpc.podspec +++ b/MixboxIpc.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxIpc' s.module_name = s.name - s.version = '0.2.2' + s.version = '0.2.3' s.summary = s.name s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT' diff --git a/MixboxIpcCommon.podspec b/MixboxIpcCommon.podspec index c5232eb61..dbb675ef6 100644 --- a/MixboxIpcCommon.podspec +++ b/MixboxIpcCommon.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxIpcCommon' s.module_name = s.name - s.version = '0.2.2' + s.version = '0.2.3' s.summary = s.name s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT' diff --git a/MixboxIpcSbtuiClient.podspec b/MixboxIpcSbtuiClient.podspec index ee18b3ff1..10b2449a3 100644 --- a/MixboxIpcSbtuiClient.podspec +++ b/MixboxIpcSbtuiClient.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxIpcSbtuiClient' s.module_name = s.name - s.version = '0.2.2' + s.version = '0.2.3' s.summary = s.name s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT' diff --git a/MixboxIpcSbtuiHost.podspec b/MixboxIpcSbtuiHost.podspec index afd31bee3..bcc5a1e09 100644 --- a/MixboxIpcSbtuiHost.podspec +++ b/MixboxIpcSbtuiHost.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxIpcSbtuiHost' s.module_name = s.name - s.version = '0.2.2' + s.version = '0.2.3' s.summary = s.name s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT' diff --git a/MixboxReporting.podspec b/MixboxReporting.podspec index 136460482..6b15ea9bc 100644 --- a/MixboxReporting.podspec +++ b/MixboxReporting.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxReporting' s.module_name = s.name - s.version = '0.2.2' + s.version = '0.2.3' s.summary = s.name s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT' diff --git a/MixboxTestability.podspec b/MixboxTestability.podspec index ac0512514..cf7d297be 100644 --- a/MixboxTestability.podspec +++ b/MixboxTestability.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxTestability' s.module_name = 'MixboxTestability' - s.version = '0.2.2' + s.version = '0.2.3' s.summary = 'MixboxTestability makes your UI more testable' s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT' diff --git a/MixboxTestsFoundation.podspec b/MixboxTestsFoundation.podspec index c7eb2eb0e..fe78359f4 100644 --- a/MixboxTestsFoundation.podspec +++ b/MixboxTestsFoundation.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxTestsFoundation' s.module_name = s.name - s.version = '0.2.2' + s.version = '0.2.3' s.summary = s.name s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT' diff --git a/MixboxUiKit.podspec b/MixboxUiKit.podspec index e272f0466..df7192509 100644 --- a/MixboxUiKit.podspec +++ b/MixboxUiKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxUiKit' s.module_name = s.name - s.version = '0.2.2' + s.version = '0.2.3' s.summary = s.name s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT' diff --git a/MixboxUiTestsFoundation.podspec b/MixboxUiTestsFoundation.podspec index 5f6f8657f..d986c0ddc 100644 --- a/MixboxUiTestsFoundation.podspec +++ b/MixboxUiTestsFoundation.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxUiTestsFoundation' s.module_name = s.name - s.version = '0.2.2' + s.version = '0.2.3' s.summary = s.name s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT' diff --git a/MixboxXcuiDriver.podspec b/MixboxXcuiDriver.podspec index 51f09a564..e85a9e810 100644 --- a/MixboxXcuiDriver.podspec +++ b/MixboxXcuiDriver.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MixboxXcuiDriver' s.module_name = s.name - s.version = '0.2.2' + s.version = '0.2.3' s.summary = s.name s.homepage = 'https://github.com/avito-tech/Mixbox' s.license = 'MIT'