Skip to content

Commit 25618aa

Browse files
authored
Merge pull request #61 from zoyi-jin/0.6.3
0.6.3
2 parents 6531bf7 + 803b71d commit 25618aa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.6.3
2+
## Update
3+
* support android channel-io 9.0.3
4+
15
# 0.6.2
26
## Update
37
* support android channel-io 9.0.2

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ repositories {
5555

5656
dependencies {
5757
implementation 'com.facebook.react:react-native:+'
58-
api 'io.channel:plugin-android:9.0.2'
58+
api 'io.channel:plugin-android:9.0.3'
5959
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-channel-plugin",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "react native module for channel io",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)