Skip to content

Commit

Permalink
Releasing version 4.2.0-beta3 (399)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Aug 21, 2018
1 parent c95f904 commit e312859
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Next]
## [4.2.0-beta3] - 2018-08-21
### Fixed
- Fix push notifications not working

Expand Down Expand Up @@ -507,7 +507,7 @@
- Fix draft saving on incoming message (#448)
- Fix crash during sync (#454)

[Next]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta2...HEAD
[4.2.0-beta3]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta2...v4.2.0-beta3
[4.2.0-beta2]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta1...v4.2.0-beta2
[4.2.0-beta1]: https://github.com/kontalk/androidclient/compare/v4.1.6...v4.2.0-beta1
[4.1.6]: https://github.com/kontalk/androidclient/compare/v4.1.5...v4.1.6
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ allprojects {
evaluationDependsOn ":client-common-java"
ext {
applicationId = 'org.kontalk'
versionCode = 397
versionName = '4.2.0-beta2-next'
versionCode = 399
versionName = '4.2.0-beta3'
minSdkVersion = 15
targetSdkVersion = 23
compileSdkVersion = 27
Expand Down

0 comments on commit e312859

Please sign in to comment.