Bump AnkiHub API version (#3564)

This commit is contained in:
Abdo 2024-11-09 04:05:26 +03:00 committed by GitHub
parent cf2b795e96
commit c694d2f3e1

View file

@ -11,7 +11,7 @@ use serde::Serialize;
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/";
#[derive(Clone)]