2
2
mirror of https://github.com/Thream/website.git synced 2024-07-04 01:20:13 +02:00

fix: deprecation notice

This commit is contained in:
Théo LUDWIG 2023-12-28 05:10:51 +01:00
parent 71ea41695f
commit e94eccf2c5
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
<h1 align="center"><a href="https://thream.theoludwig.fr/">Thream/website</a></h1>
<p align="center">
<strong>⚠️ This project is not maintained anymore, you can still use the code as you wish and fork it to maintain it yourself.</strong>
</p>
<p align="center">
<a href="./CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" /></a>
<a href="./LICENSE"><img src="https://img.shields.io/badge/licence-MIT-blue.svg" alt="Licence MIT"/></a>
@ -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

View File

@ -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