api version requirement bump
This commit is contained in:
parent
701c91ea66
commit
76dd176706
@ -20,7 +20,7 @@ class AnkiConnect {
|
|||||||
constructor(server) {
|
constructor(server) {
|
||||||
this.server = server;
|
this.server = server;
|
||||||
this.asyncPools = {};
|
this.asyncPools = {};
|
||||||
this.localVersion = 1;
|
this.localVersion = 2;
|
||||||
this.remoteVersion = null;
|
this.remoteVersion = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user