Skip to content

Commit

Permalink
Bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-razinov committed May 29, 2019
1 parent 6e6181b commit 8dad0be
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Demos/OversimplifiedDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
2 changes: 1 addition & 1 deletion MixboxAllure.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion MixboxArtifacts.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion MixboxBuiltinIpc.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion MixboxFakeSettingsAppMain.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion MixboxFoundation.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion MixboxInAppServices.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion MixboxIpc.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion MixboxIpcCommon.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion MixboxIpcSbtuiClient.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion MixboxIpcSbtuiHost.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion MixboxReporting.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion MixboxTestability.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion MixboxTestsFoundation.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion MixboxUiKit.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion MixboxUiTestsFoundation.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion MixboxXcuiDriver.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 8dad0be

Please sign in to comment.