Skip to content

Commit adea83f

Browse files
committed
Bump to 1.4.3
1 parent 08b1651 commit adea83f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [1.4.3] - 2019-06-07
10+
911
### Changed
1012
- Update persistent storage layer to use JSON
1113

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
// Add these lines
3434
implementation 'com.google.firebase:firebase-core:16.0.9'
3535
implementation 'com.google.firebase:firebase-messaging:18.0.0'
36-
implementation 'com.pusher:push-notifications-android:1.4.2'
36+
implementation 'com.pusher:push-notifications-android:1.4.3'
3737
}
3838
3939
// Add this line to the end of the file

pushnotifications/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 16
1010
targetSdkVersion 28
1111
versionCode 1
12-
versionName "1.4.2"
12+
versionName "1.4.3"
1313

1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1515
}

pushnotifications/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.4.2
1+
VERSION_NAME=1.4.3
22
VERSION_CODE=1
33
GROUP=com.pusher
44

0 commit comments

Comments
 (0)