Skip to content

Commit

Permalink
build 1.1.0 (#1993)
Browse files Browse the repository at this point in the history
* build 1.1.0

* fix dependence
  • Loading branch information
chen-yijiang committed Mar 31, 2023
1 parent ef72edd commit 174671e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-iopay-desktop.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
build:
name: Create Release
# The type of runner that the job will run on
runs-on: macos-latest
runs-on: macos-11

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
4 changes: 2 additions & 2 deletions src/electron/package.json
@@ -1,6 +1,6 @@
{
"name": "iotex-desktop-wallet",
"version": "1.0.28",
"version": "1.1.0",
"description": "IoTeX Desktop Wallet",
"main": "dist/app/main.js",
"scripts": {
Expand Down Expand Up @@ -72,7 +72,7 @@
"electron-is-dev": "^1.1.0",
"electron-log": "4.2.2",
"electron-root-path": "^1.0.16",
"electron-updater": "5.3.0",
"electron-updater": "^4.0.6",
"fs": "0.0.1-security",
"global": "4.4.0",
"ipc": "0.0.1",
Expand Down

0 comments on commit 174671e

Please sign in to comment.