Skip to content

Commit

Permalink
Update Intercom to v6.1.0 (tinycreative#366)
Browse files Browse the repository at this point in the history
* Update Intercom to v6.1.0

* Bump version to 15.1.0, incidentally matching 6.(1).0 of Intercom
  • Loading branch information
rolfb authored May 19, 2020
1 parent c003cf3 commit 9559e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-intercom",
"version": "14.1.0",
"version": "15.1.0",
"description": "A React Native client for Intercom.io",
"main": "./lib/IntercomClient.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion react-native-intercom.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.frameworks = [ "Intercom" ]
s.static_framework = true
s.dependency 'React'
s.dependency 'Intercom', '~> 6.0.0'
s.dependency 'Intercom', '~> 6.1.0'
end

0 comments on commit 9559e15

Please sign in to comment.