mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Bump AnkiHub API version (#3564)
This commit is contained in:
parent
97e6b3d35b
commit
748aa0f07a
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