Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
TulshiDas39 committed Sep 2, 2024
1 parent 6758b20 commit 5006af9
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lithiumgit",
"version": "0.5.0-alpha.1",
"version": "0.5.1-alpha.1",
"description": "A git gui application",
"scripts": {
"build": "tsc",
@@ -46,7 +46,7 @@
},
"build": {
"productName": "LithiumGit",
"appId": "org.lithiumgit.electron",
"appId": "org.lithiumgit.opensource",
"asar": false,
"asarUnpack": "**\\*.{node,dll}",
"files": [
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export class Config{
static readonly env:'development'|'production'='development';
static readonly env:'development'|'production'='production';
static readonly FRONTEND_PORT = 57631;
}

0 comments on commit 5006af9

Please sign in to comment.