api version requirement bump

This commit is contained in:
Alex Yatskov 2017-02-19 14:18:06 -08:00
parent 701c91ea66
commit 76dd176706

View File

@ -20,7 +20,7 @@ class AnkiConnect {
constructor(server) {
this.server = server;
this.asyncPools = {};
this.localVersion = 1;
this.localVersion = 2;
this.remoteVersion = null;
}