Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.11.8

## Update
* support iOS channel-io 12.11.0

# 0.11.7

## Update
Expand Down
4 changes: 2 additions & 2 deletions RNChannelIO.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RNChannelIO"
s.version = "0.5.4"
s.version = "0.5.5"
s.summary = "RNChannelIO"
s.description = "channel plugin for react native"
s.homepage = "https://channel.io"
Expand All @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '15.0'

s.dependency "React"
s.dependency "ChannelIOSDK", '12.10.2'
s.dependency "ChannelIOSDK", '12.11.0'

end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-channel-plugin",
"version": "0.11.7",
"version": "0.11.8",
"description": "react native module for channel io",
"main": "index.ts",
"scripts": {
Expand Down