Skip to content

Commit

Permalink
Pushwoosh React Native Plugin 5.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Apr 17, 2020
1 parent af1f360 commit 434aef2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pushwoosh-react-native-plugin",
"version": "5.20.6",
"version": "5.20.7",
"description": "This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion pushwoosh-react-native-plugin.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "pushwoosh-react-native-plugin"
s.version = "5.20.6"
s.version = "5.20.7"
s.summary = "React Native Pushwoosh Push Notifications module"
s.requires_arc = true
s.author = 'Pushwoosh'
Expand Down
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
}

ext {
pushwoosh = "5.22.3"
pushwoosh = "5.22.4"
}

evaluationDependsOn(':app')
Expand Down

0 comments on commit 434aef2

Please sign in to comment.