Skip to content

Commit 53fb258

Browse files
committed
bump version to 0.6.1
1 parent 86c6c0b commit 53fb258

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.6.1 (A11, A12 + A13)
2+
3+
- Fix small logic error
4+
- Add uninstall script to avoid bootloop on removal of aa4mg without uninstalling aa updates first. Still happens on deactivation, as stated in the warning section of README!
5+
16
v0.6 (A11, A12 + A13)
27

38
- One version for all android versions

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=aa4mg
22
name=Android Auto 4 MicroG
3-
version=aa4mg 0.6
4-
versionCode=2304171
3+
version=aa4mg 0.6.1
4+
versionCode=2304191
55
author=sn00x, Byreqz & Rikj000
66
description=Install Android Auto, optional stubs and XLauncher Unlocked on top of MicroG!
77
updateJson=https://raw.githubusercontent.com/sn-00-x/aa4mg/master/update.json

update.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "aa4mg 0.6",
3-
"versionCode": "2304171",
4-
"zipUrl": "https://github.com/sn-00-x/aa4mg/releases/download/v0.6/aa4mg-v0.6.zip",
5-
"changelog": "https://raw.githubusercontent.com/sn-00-x/aa4mg/v0.6/CHANGELOG"
2+
"version": "aa4mg 0.6.1",
3+
"versionCode": "2304191",
4+
"zipUrl": "https://github.com/sn-00-x/aa4mg/releases/download/v0.6.1/aa4mg-v0.6.1.zip",
5+
"changelog": "https://raw.githubusercontent.com/sn-00-x/aa4mg/v0.6.1/CHANGELOG"
66
}

0 commit comments

Comments
 (0)