Skip to content

Commit f652218

Browse files
author
Joan Martin
committed
Preparing release 2.0.2
1 parent 413b449 commit f652218

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Harmony.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Harmony'
11-
s.version = '2.0.1'
11+
s.version = '2.0.2'
1212
s.summary = 'Mobile Jazz Harmony'
1313
s.swift_version = '5'
1414

HarmonyTesting.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'HarmonyTesting'
11-
s.version = '2.0.1'
11+
s.version = '2.0.2'
1212
s.summary = 'Mobile Jazz Harmony Testing'
1313
s.swift_version = '5'
1414

@@ -33,6 +33,6 @@ Pod::Spec.new do |s|
3333
s.ios.deployment_target = '12.0'
3434

3535
s.source_files = 'Sources/HarmonyTesting/**/*'
36-
s.dependency 'Harmony', '2.0.1'
36+
s.dependency 'Harmony', '2.0.2'
3737

3838
end

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ Harmony is available through [CocoaPods](http://cocoapods.org). To install
3838
it, simply add the following line to your Podfile:
3939

4040
```ruby
41-
pod 'Harmony', '~> 2.0.1'
41+
pod 'Harmony', '~> 2.0.2'
4242
```
4343
For unit test, you can use the following pod:
4444
```ruby
45-
pod 'HarmonyTesting', '~> 2.0.1'
45+
pod 'HarmonyTesting', '~> 2.0.2'
4646
```
4747

4848
### Carthage
4949

5050
```ruby
51-
github "mobilejazz/harmony-swift" "2.0.1"
51+
github "mobilejazz/harmony-swift" "2.0.2"
5252
```
5353

5454
Resolve dependencies `carthage update --use-xcframeworks --platform iOS` and add `Harmony.xcframework` to your project. For unit test, add `HarmonyTesting.xcframework` in your build phase of your testing target.
@@ -57,7 +57,7 @@ Resolve dependencies `carthage update --use-xcframeworks --platform iOS` and add
5757

5858
```ruby
5959
dependencies: [
60-
.package(url: "https://github.com/mobilejazz/harmony-swift", .upToNextMajor(from: "2.0.1"))
60+
.package(url: "https://github.com/mobilejazz/harmony-swift", .upToNextMajor(from: "2.0.2"))
6161
]
6262
```
6363
This package includes two libraries: `Harmony` and `HarmonyTesting`.

0 commit comments

Comments
 (0)