feat: bump version

This commit is contained in:
Kentai Radiquum 2024-08-27 16:38:07 +05:00
parent c762c4a940
commit 7cbaef351d
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 23 additions and 5 deletions

View file

@ -1,4 +1,4 @@
export const CURRENT_APP_VERSION = "3.1.1";
export const CURRENT_APP_VERSION = "3.2.0";
export const API_URL = "https://api.anixart.tv";
export const API_PREFIX = "/api/proxy";