Skip to content

Commit

Permalink
version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qishibo committed Mar 25, 2019
1 parent 825cc7f commit a5b486f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pack/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "another-redis-manager",
"version": "1.1.0",
"version": "1.1.1",
"description": "A faster, better and more stable redis desktop manager.",
"author": "qii404.me",
"private": true,
Expand Down Expand Up @@ -45,4 +45,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "another-redis-manager",
"version": "1.1.0",
"version": "1.1.1",
"description": "A faster, better and more stable redis desktop manager, compatible with Linux, windows, mac",
"author": "qii404",
"private": true,
Expand All @@ -11,7 +11,7 @@
"electron": "node_modules/.bin/electron pack/electron",
"lint": "eslint --ext js,vue src --fix",
"lint:init": "eslint --init",
"asar": "node_modules/.bin/asar pack dist dist/app.asar",
"asar": "node_modules/.bin/asar pack dist dist/app.asar --unpack-dir \"{app.asar,build-apps,app.asar.unpacked}\"",
"pack:prepare": "npm run build; cp -r pack/electron/* dist; sed -i \"s/const APP_ENV = 'dev'/const APP_ENV = 'production'/g\" dist/electron-main.js;",
"pack:linux": "node_modules/.bin/electron-builder --project=dist -l"
},
Expand Down

0 comments on commit a5b486f

Please sign in to comment.