diff --git a/README.md b/README.md index a617533..2803bb7 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ AniX is an unofficial web client for the Android application Anixart. It allows ## Changelog [RU] +- [3.2.1](./public/changelog/3.2.1.md) - [3.2.0](./public/changelog/3.2.0.md) - [3.1.1](./public/changelog/3.1.1.md) -- [3.1.0](./public/changelog/3.1.0.md) [other versions](./public/changelog) diff --git a/app/api/config.ts b/app/api/config.ts index 046a0e0..08873f3 100644 --- a/app/api/config.ts +++ b/app/api/config.ts @@ -1,4 +1,4 @@ -export const CURRENT_APP_VERSION = "3.2.0"; +export const CURRENT_APP_VERSION = "3.2.1"; export const API_URL = "https://api.anixart.tv"; export const API_PREFIX = "/api/proxy"; diff --git a/docs/REAME.RU.md b/docs/REAME.RU.md index bb6631e..ea6df33 100644 --- a/docs/REAME.RU.md +++ b/docs/REAME.RU.md @@ -6,9 +6,9 @@ AniX - это неофициальный веб-клиент для Android-пр ## Список изменений +- [3.2.1](/public/changelog/3.2.1.md) - [3.2.0](/public/changelog/3.2.0.md) - [3.1.1](/public/changelog/3.1.1.md) -- [3.1.0](/public/changelog/3.1.0.md) [другие версии](/public/changelog) diff --git a/docs/images/ProfilePageView.jpg b/docs/images/ProfilePageView.jpg index 7a12265..5078d44 100644 Binary files a/docs/images/ProfilePageView.jpg and b/docs/images/ProfilePageView.jpg differ