From d55f70a0ed3c559932750887c6591085ba80baf0 Mon Sep 17 00:00:00 2001 From: Mihoub Date: Wed, 23 Oct 2024 14:48:52 +0200 Subject: [PATCH] 2.0.9 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index effc856..9ca4e81 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,5 @@ "start": "concurrently \"npm run start:client\" \"bun run start:server\"", "deploy": "git switch main && git pull origin main --rebase --tags && git merge origin/staging && npm version $npm_config_level && git push origin main --tags && git switch staging" }, - "version": "2.0.8" -} \ No newline at end of file + "version": "2.0.9" +}