From db4a202363f60272faef3a97084fcd350d2227c6 Mon Sep 17 00:00:00 2001 From: enes Date: Mon, 7 Oct 2024 14:31:09 +0200 Subject: [PATCH] refactor: update banner and package for beta release --- package.json | 2 +- src/components/AppBar/AppBar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a833103..0194f8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sigit", "private": true, - "version": "0.0.0", + "version": "0.0.0-beta", "type": "module", "homepage": "https://sigit.io/", "license": "AGPL-3.0-or-later ", diff --git a/src/components/AppBar/AppBar.tsx b/src/components/AppBar/AppBar.tsx index ff68469..2734b22 100644 --- a/src/components/AppBar/AppBar.tsx +++ b/src/components/AppBar/AppBar.tsx @@ -133,7 +133,7 @@ export const AppBar = () => {

- SIGit is currently Alpha software (available for internal + SIGit is currently Beta software (available for user experience testing), use at your own risk!