Skip to content

Commit 353023c

Browse files
committed
Release 5.9.10 (222)
1 parent 19f3c7a commit 353023c

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [5.9.10] - 19-07-2022
8+
### Changed
9+
- Updated libraries
10+
11+
712
## [5.9.9] - 07-08-2021
813
### Fixed
914
- Minor bug fixes

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "com.gianlu.aria2app"
1414
minSdkVersion 21
1515
targetSdkVersion 32
16-
versionCode 221
17-
versionName "5.9.9"
16+
versionCode 222
17+
versionName "5.9.10"
1818
}
1919

2020
if (isCi) {
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
### Fixed
2-
- Minor bug fixes
3-
41
### Changed
5-
- Updated third party libraries
2+
- Updated libraries

0 commit comments

Comments
 (0)