From e94eccf2c5011b4b6bb0adeb9177545892b80679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Thu, 28 Dec 2023 05:10:51 +0100 Subject: [PATCH] fix: deprecation notice --- README.md | 6 +++++- tools/api.ts | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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