Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
talhasch committed Dec 29, 2018
2 parents 9f97c40 + c44ccd6 commit 7b82e9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "esteem-surfer",
"productName": "eSteem Surfer",
"description": "eSteem desktop application reimagined for Windows, Mac, Linux users, start earning cryptocurrency!",
"version": "2.0.2",
"version": "2.0.3",
"main": "./main.prod.js",
"author": "eSteem <info@esteem.app>",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "esteem-surfer",
"productName": "eSteem Surfer",
"description": "eSteem desktop application reimagined for Windows, Mac, Linux users, start earning cryptocurrency!",
"version": "2.0.2",
"version": "2.0.3",
"releasePost": "esteem/@esteemapp/esteem-surfer-changelog",
"private": true,
"author": "eSteem <info@esteem.app>",
Expand All @@ -20,7 +20,7 @@
"lint-styles": "stylelint app/*.css app/components/*.css --syntax scss",
"lint-styles-fix": "stylefmt -r app/*.css app/components/*.css",
"package": "yarn build && electron-builder build --publish never",
"package-all": "yarn build && electron-builder build -wml --publish always",
"package-all": "electron-builder build -wml --publish always",
"package-linux": "yarn build && electron-builder build --linux",
"package-win": "yarn build && electron-builder build --win --publish never",
"publish-all": "electron-builder build -wml --publish always",
Expand Down

0 comments on commit 7b82e9e

Please sign in to comment.