Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vex-chat/vex-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayuki0x committed Jan 28, 2021
2 parents 0c469a4 + 0ab0915 commit a84eddd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,5 +261,5 @@
"pre-commit": "yarn syncVersions; git add ./src/package.json package.json; lint-staged"
}
},
"version": "0.12.5"
"version": "0.12.6"
}
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vex-desktop",
"productName": "Vex Desktop",
"version": "0.12.5",
"version": "0.12.6",
"description": "Desktop application for vex chat.",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/createClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const createClient = async (
const host = "api.vex.chat";

const options: IClientOptions = {
dbFolder,
dbFolder: temp ? undefined : dbFolder,
inMemoryDb: temp,
host,
logLevel: isDev ? "info" : "warn",
Expand Down

0 comments on commit a84eddd

Please sign in to comment.