Skip to content

Commit

Permalink
Release 5.6.3 (202)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Jan 29, 2020
1 parent 30426ae commit c55b232
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.6.2] - 29-01-2020
## [5.6.3] - 29-01-2020
### Fixed
- Fixed payments being refunded automatically
- Fixed minor synchronization issue in WebSocketClient
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.gianlu.aria2app"
minSdkVersion 21
targetSdkVersion 29
versionCode 201
versionName "5.6.2"
versionCode 202
versionName "5.6.3"
}

if (isTravis) {
Expand Down

0 comments on commit c55b232

Please sign in to comment.