diff --git a/README.md b/README.md index 38df2e6..b0f304a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Thream's website to stay close with your friends and communities. -It uses [Thream/api](https://github.com/Thream/api) [v1.2.0](https://github.com/Thream/api/releases/tag/v1.2.0). +It uses [Thream/api](https://github.com/Thream/api) [v1.2.3](https://github.com/Thream/api/releases/tag/v1.2.3). ## ⚙️ Getting Started diff --git a/tools/api.ts b/tools/api.ts index 042db3b..3a18cf9 100644 --- a/tools/api.ts +++ b/tools/api.ts @@ -1,6 +1,6 @@ import axios from 'axios' -export const API_VERSION = '1.2.0' +export const API_VERSION = '1.2.3' export const API_DEFAULT_PORT = 8080