Add semver compatibility checking

This commit is contained in:
hensm
2018-12-12 20:27:30 +00:00
parent 54150568c2
commit 771233040f
7 changed files with 59 additions and 30 deletions

View File

@@ -24,6 +24,9 @@
, "optionsBridgeFoundStatusText": {
"message": "Bridge found"
}
, "optionsBridgeIssueStatusText": {
"message": "Bridge issue"
}
, "optionsBridgeNotFoundStatusText": {
"message": "Bridge not found. Try downloading and installing the latest version."
}
@@ -45,6 +48,9 @@
, "optionsBridgeCompatible": {
"message": "COMPATIBLE"
}
, "optionsBridgeMaybeCompatible": {
"message": "MAYBE COMPATIBLE"
}
, "optionsBridgeIncompatible": {
"message": "INCOMPATIBLE"
}