Skip to content

Commit 8750e89

Browse files
author
pushwoosh
committed
Release 6.1.49
1 parent cc75941 commit 8750e89

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ body:
5858
label: Your Pushwoosh React Native Plugin version
5959
description: Your React Native Plugin version which was integrated to the app. You may find it on the [releases page](https://github.com/Pushwoosh/pushwoosh-react-native-plugin/releases)
6060
options:
61+
- 6.1.49
62+
- 6.1.49
6163
- 6.1.48
6264
- 6.1.47
6365
- 6.1.46

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pushwoosh-react-native-plugin",
3-
"version": "6.1.48",
3+
"version": "6.1.49",
44
"description": "This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).",
55
"main": "index.js",
66
"types": "index.d.ts",

pushwoosh-react-native-plugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "pushwoosh-react-native-plugin"
3-
s.version = "6.1.48"
3+
s.version = "6.1.49"
44
s.summary = "React Native Pushwoosh Push Notifications module"
55
s.requires_arc = true
66
s.author = 'Pushwoosh'

src/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
}
3838

3939
ext {
40-
pushwoosh = "6.7.38"
40+
pushwoosh = "6.7.42"
4141
}
4242

4343
dependencies {

0 commit comments

Comments
 (0)