Skip to content

Commit 7469053

Browse files
Version Bump SDKs (#2)
Co-authored-by: konfig-publisher <publisher@konfigthis.com>
1 parent 9faf218 commit 7469053

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.konfig/generate-id.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
342efa89-ac3b-4191-a095-e24c95473e71
1+
0ea2391c-0533-497a-9103-410b76c6b573

AutomationTestWithSubmodules.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Pod::Spec.new do |s|
55
s.osx.deployment_target = '13.0'
66
s.tvos.deployment_target = '9.0'
77
s.watchos.deployment_target = '4.0'
8-
s.version = '1.0.2'
9-
s.source = { :git => 'https://github.com/konfig-dev/automation-test-submodule-swift.git', :tag => 'v1.0.2' }
8+
s.version = '1.0.3'
9+
s.source = { :git => 'https://github.com/konfig-dev/automation-test-submodule-swift.git', :tag => 'v1.0.3' }
1010
s.authors = 'KonfigAutomationTest'
1111
s.license = { :type => 'MIT', :file => 'LICENSE' }
1212
s.homepage = 'https://github.com/konfig-dev/automation-test-submodule-swift'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ github "konfig-dev/automation-test-submodule-swift"
3737
### CocoaPods<a id="cocoapods"></a>
3838

3939
1. Add `source 'https://github.com/CocoaPods/Specs.git'` to your `Podfile`
40-
2. Add `pod 'AutomationTestWithSubmodules', '~> 1.0.2'` to your `Podfile`
40+
2. Add `pod 'AutomationTestWithSubmodules', '~> 1.0.3'` to your `Podfile`
4141

4242
Your `Podfile` should look like:
4343
```ruby
4444
# Podfile
4545
source 'https://github.com/CocoaPods/Specs.git'
4646

4747
target 'Example' do
48-
pod 'AutomationTestWithSubmodules', '~> 1.0.2'
48+
pod 'AutomationTestWithSubmodules', '~> 1.0.3'
4949
end
5050
```
5151
3. Run `pod install`
@@ -54,7 +54,7 @@ end
5454
❯ pod install
5555
Analyzing dependencies
5656
Downloading dependencies
57-
Installing AutomationTestWithSubmodules 1.0.2
57+
Installing AutomationTestWithSubmodules 1.0.3
5858
Generating Pods project
5959
Integrating client project
6060
Pod installation complete! There is 1 dependency from the Podfile and 2 total pods installed.

project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ targets:
77
sources: [AutomationTestWithSubmodules]
88
info:
99
path: ./Info.plist
10-
version: 1.0.2
10+
version: 1.0.3
1111
settings:
1212
APPLICATION_EXTENSION_API_ONLY: true
1313
scheme: {}

0 commit comments

Comments
 (0)