Skip to content

Commit

Permalink
update title, set version to alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
TulshiDas39 committed May 7, 2022
1 parent cded71d commit ca67f24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
-->
<title>React App</title>
<title>Git Studio</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitstudio",
"version": "0.0.1",
"version": "0.0.1-alpha",
"description": "A git gui application",
"scripts": {
"build": "tsc",
Expand Down Expand Up @@ -108,7 +108,7 @@
],
"publish": {
"provider": "github",
"owner": "tulshidas3",
"owner": "tulshidas39",
"repo": "gitstudio"
}
},
Expand Down

0 comments on commit ca67f24

Please sign in to comment.