Skip to content

Commit

Permalink
Bump version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellevass committed May 31, 2019
1 parent fb8b8e3 commit e27a752
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.4.2] - 2019-05-31
- Fix issue #77 Invalid Class Exceptions in Tape

## [1.4.1] - 2019-05-24
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
// Add these lines
implementation 'com.google.firebase:firebase-core:16.0.9'
implementation 'com.google.firebase:firebase-messaging:18.0.0'
implementation 'com.pusher:push-notifications-android:1.4.1'
implementation 'com.pusher:push-notifications-android:1.4.2'
}
// Add this line to the end of the file
Expand Down
2 changes: 1 addition & 1 deletion pushnotifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "1.4.1"
versionName "1.4.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion pushnotifications/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.4.1
VERSION_NAME=1.4.2
VERSION_CODE=1
GROUP=com.pusher

Expand Down

0 comments on commit e27a752

Please sign in to comment.