Skip to content

Commit 951fdd8

Browse files
authored
Merge pull request #186 from channel-io/develop
0.12.2
2 parents 31581b9 + 5586644 commit 951fdd8

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.12.2
2+
3+
## Update
4+
* support android channel-io 13.1.0
5+
* support iOS channel-io 13.0.2
6+
17
# 0.12.1
28

39
## Update

RNChannelIO.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Pod::Spec.new do |s|
1515
s.ios.deployment_target = '15.0'
1616

1717
s.dependency "React"
18-
s.dependency "ChannelIOSDK", '13.0.1'
18+
s.dependency "ChannelIOSDK", '13.0.2'
1919

2020
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ repositories {
5656

5757
dependencies {
5858
implementation 'com.facebook.react:react-native'
59-
api 'io.channel:plugin-android:13.0.0'
59+
api 'io.channel:plugin-android:13.1.0'
6060
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-channel-plugin",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "react native module for channel io",
55
"main": "index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)