Skip to content

Commit 927a486

Browse files
committed
mountify 185
$ git log --pretty=%s 184..HEAD --reverse scripts: fixup capability test Signed-off-by: backslashxx <[email protected]>
1 parent 835d21b commit 927a486

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
Globally mounted modules and whiteouts via OverlayFS.
33

44
## Changelog
5-
## 184
5+
## 185
66
- scripts: handle sepolicy for ksu pr 3019
77
- scripts/post-fs-data: redo sparse sepolicy handling
88
- scripts/post-fs-data: fix ext4 image context (#25)
9+
- scripts: fixup capability test
910

1011
## 181
1112
- scripts/service: remove redundant LOG_FOLDER lookup

module/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=mountify
22
name=mountify
3-
version=v1.8.4
4-
versionCode=184
3+
version=v1.8.5
4+
versionCode=185
55
author=xx, KOWX712
66
metamodule=true
77
description=Globally mounted modules via OverlayFS.

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.8.4",
3-
"versionCode": 184,
2+
"version": "v1.8.5",
3+
"versionCode": 185,
44
"zipUrl": "https://github.com/backslashxx/mountify/releases/latest/download/mountify.zip",
55
"changelog": "https://raw.githubusercontent.com/backslashxx/mountify/refs/heads/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)