mirror of
https://github.com/ankitects/anki.git
synced 2026-01-18 08:19:01 -05:00
Bump AnkiHub API version (#3564)
This commit is contained in:
parent
cf2b795e96
commit
c694d2f3e1
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ use serde::Serialize;
|
||||||
|
|
||||||
use crate::ankihub::login::LoginRequest;
|
use crate::ankihub::login::LoginRequest;
|
||||||
|
|
||||||
static API_VERSION: &str = "18.0";
|
static API_VERSION: &str = "19.0";
|
||||||
static DEFAULT_API_URL: &str = "https://app.ankihub.net/api/";
|
static DEFAULT_API_URL: &str = "https://app.ankihub.net/api/";
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue