From c75dc80f82b2cdcc3ba44530270563e2ae2e1370 Mon Sep 17 00:00:00 2001 From: Divlo Date: Mon, 29 Aug 2022 19:55:16 +0200 Subject: [PATCH] feat: update API to v1.2.0 --- README.md | 2 +- tools/api.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48ba8bd..7121704 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.1.0](https://github.com/Thream/api/releases/tag/v1.1.0). +It uses [Thream/api](https://github.com/Thream/api) [v1.2.0](https://github.com/Thream/api/releases/tag/v1.2.0). ## ⚙️ Getting Started diff --git a/tools/api.ts b/tools/api.ts index 2cfdc2c..df3fc1d 100644 --- a/tools/api.ts +++ b/tools/api.ts @@ -1,6 +1,6 @@ import axios from 'axios' -export const API_VERSION = '1.1.0' +export const API_VERSION = '1.2.0' export const API_DEFAULT_PORT = 8080