Skip to content

Commit

Permalink
Update base version for Elipsa UpgradeCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Jul 17, 2021
1 parent e81a905 commit 175b6bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kfw.js
Expand Up @@ -9,6 +9,8 @@ class KFWProxy {
let version = "0.0"
if (id == "00000000-0000-0000-0000-000000000381")
version = "4.7.10364" // required to receive the next update
if (id == "00000000-0000-0000-0000-000000000387")
version = "4.28.17826" // required to receive the next update (17826 -> 17925)
return await this.UpgradeCheck(id, affiliate, version)
}

Expand Down

0 comments on commit 175b6bf

Please sign in to comment.