diff --git a/README.md b/README.md index d6a369d..d9633d7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@

Thream/website

+

+ ⚠️ This project is not maintained anymore, you can still use the code as you wish and fork it to maintain it yourself. +

+

Licence MIT @@ -18,7 +22,7 @@ Thream's website to stay close with your friends and communities. -It uses [Thream/api](https://github.com/Thream/api) [v1.2.9](https://github.com/Thream/api/releases/tag/v1.2.9). +It uses [Thream/api](https://github.com/Thream/api) [v1.2.10](https://github.com/Thream/api/releases/tag/v1.2.10). ## ⚙️ Getting Started diff --git a/tools/api.ts b/tools/api.ts index 9d6c659..694cfcd 100644 --- a/tools/api.ts +++ b/tools/api.ts @@ -1,6 +1,6 @@ import axios from "axios" -export const API_VERSION = "1.2.9" +export const API_VERSION = "1.2.10" export const API_DEFAULT_PORT = 8080