From ca67f24cf2e97051257949a3ac76cba2f413b7c1 Mon Sep 17 00:00:00 2001 From: tulshi das Date: Sat, 7 May 2022 08:39:58 +0000 Subject: [PATCH] update title, set version to alpha --- frontend/public/index.html | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index a679cf53..c32bc29c 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Git Studio diff --git a/package.json b/package.json index 76266bca..5c52b246 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitstudio", - "version": "0.0.1", + "version": "0.0.1-alpha", "description": "A git gui application", "scripts": { "build": "tsc", @@ -108,7 +108,7 @@ ], "publish": { "provider": "github", - "owner": "tulshidas3", + "owner": "tulshidas39", "repo": "gitstudio" } },