Skip to content

Commit

Permalink
ttest
Browse files Browse the repository at this point in the history
  • Loading branch information
kuruk-mm committed Oct 13, 2021
1 parent c10deb9 commit 2f12fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const osName = getOSName()

console.log('Config:', config)
console.log('OS:', osName)
console.log('Test version')

if (getOSName() === null) {
console.error('OS not supported')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcl/explorer-desktop-launcher",
"version": "0.1.1",
"version": "0.1.2",
"author": "decentraland",
"description": "Decentraland Desktop Launcher",
"homepage": ".",
Expand Down

0 comments on commit 2f12fe2

Please sign in to comment.