Skip to content

Commit e512d78

Browse files
committed
build: Bump pod version to 0.1.2
1 parent 9b33e54 commit e512d78

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- Mediasoup-Client-Swift (0.1.1)
2+
- Mediasoup-Client-Swift (0.1.2)
33

44
DEPENDENCIES:
55
- Mediasoup-Client-Swift (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
Mediasoup-Client-Swift: c2c44a84c39e30e0f9999c6d228b24405c2d214e
12+
Mediasoup-Client-Swift: 6fc6d8bbf180ddb0d4c6acde019c83ac5b2a4f78
1313

1414
PODFILE CHECKSUM: d4fe3294dd9c7fc46519b6a7b26527f1f545e8d3
1515

Mediasoup-Client-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
88
}
99

1010
spec.name = "Mediasoup-Client-Swift"
11-
spec.version = "0.1.1"
11+
spec.version = "0.1.2"
1212
spec.platform = :ios, "14.0"
1313
spec.module_name = "Mediasoup"
1414
spec.module_map = "Mediasoup/Mediasoup.modulemap"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Swift wrapper for libmediasoupclient with iOS support
2020
If you don't need to customize Mediasoup-Client-Swift itself or its dependencies, just add a line to your Podfile:
2121

2222
```Ruby
23-
pod 'Mediasoup-Client-Swift', '0.1.0'
23+
pod 'Mediasoup-Client-Swift', '0.1.2'
2424
```
2525

2626
3. **Ease of building from scratch**

0 commit comments

Comments
 (0)