Skip to content

Commit 8bc3e3d

Browse files
authored
0.9.1 (#131)
* 0.9.1 (#130)
1 parent 3234a67 commit 8bc3e3d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.9.1
2+
3+
## Update
4+
* support android channel-io 12.2.0
5+
16
# 0.9.0
27

38
## Update

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ repositories {
5757

5858
dependencies {
5959
implementation 'com.facebook.react:react-native'
60-
api 'io.channel:plugin-android:12.0.0'
60+
api 'io.channel:plugin-android:12.2.0'
6161
}

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.9.0",
3+
"version": "0.9.1",
44
"description": "react native module for channel io",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)