Skip to content

Commit

Permalink
bump fomobot
Browse files Browse the repository at this point in the history
  • Loading branch information
BitHighlander committed Apr 4, 2020
1 parent 14b5197 commit 6ea527c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
47 changes: 23 additions & 24 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion apps/fomo-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fomobot",
"version": "1.0.13",
"version": "1.0.14",
"author": "highlander <[email protected]>",
"description": "Your Fomo Bro!",
"license": null,
Expand All @@ -10,6 +10,8 @@
"npm": "npm i",
"yarn": "yarn",
"build": "node .electron-vue/build.js && electron-builder --win",
"build-win": "node .electron-vue/build.js && electron-builder --win",
"build-linux": "node .electron-vue/build.js && electron-builder --linux",
"build:dir": "node apps/fomo-native/.electron-vue/build.js && electron-builder --dir",
"build:clean": "cross-env BUILD_TARGET=clean node apps/fomo-native/.electron-vue/build.js",
"build:web": "cross-env BUILD_TARGET=web node apps/fomo-native/.electron-vue/build.js",
Expand Down

0 comments on commit 6ea527c

Please sign in to comment.