From 2a6e3eca84199c373bb2b5047ae776baafdd3b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sun, 2 Jul 2023 19:36:23 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20update=20author=20-=20Th=C3=A9o=20LUDWIG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CODE_OF_CONDUCT.md | 2 +- README.md | 4 ++-- tools/api.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c2c3589..8a0c550 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -. +. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/README.md b/README.md index 235c04a..0734056 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.6](https://github.com/Thream/api/releases/tag/v1.2.6). +It uses [Thream/api](https://github.com/Thream/api) [v1.2.7](https://github.com/Thream/api/releases/tag/v1.2.7). ## ⚙️ Getting Started @@ -31,7 +31,7 @@ It uses [Thream/api](https://github.com/Thream/api) [v1.2.6](https://github.com/ ```sh # Clone the repository -git clone https://github.com/Thream/website.git +git clone git@github.com:Thream/website.git # Go to the project root cd website diff --git a/tools/api.ts b/tools/api.ts index 6f1221b..f3f6caa 100644 --- a/tools/api.ts +++ b/tools/api.ts @@ -1,6 +1,6 @@ import axios from 'axios' -export const API_VERSION = '1.2.6' +export const API_VERSION = '1.2.7' export const API_DEFAULT_PORT = 8080