-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcompat.json
More file actions
21 lines (21 loc) · 621 Bytes
/
Copy pathcompat.json
File metadata and controls
21 lines (21 loc) · 621 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"schema": 2,
"default": {
"severity": "incompatible",
"message": "This app version is no longer supported. Please update to the latest release."
},
"rules": [
{
"client": ">=0.19.0",
"recommendServer": ">=1.3.0",
"severity": "incompatible",
"message": "Your Dawarich server is too old for this app version. Please update to at least 1.3.0."
},
{
"client": ">=0.15.0 <=0.18.1",
"recommendServer": ">=1.0.0",
"severity": "incompatible",
"message": "Your Dawarich server may not be fully compatible. Please update to at least 1.0.0."
}
]
}