Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Sep 24, 2019
1 parent c536fdc commit 114515f
Show file tree
Hide file tree
Showing 2 changed files with 6,692 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "1.0.3-beta.1",
"name": "remix-desktop",
"description": "",
"main": "main.js",
Expand All @@ -14,7 +14,7 @@
"url": "git+https://github.com/ethereum/remix-desktop.git"
},
"author": {
"name": "Remix",
"name": "Remix Team",
"email": "[email protected]"
},
"license": "MIT",
Expand All @@ -28,8 +28,9 @@
"env-cmd": "^10.0.1"
},
"build": {
"productName": "Remix Desktop",
"productName": "Remix IDE",
"appId": "org.ethereum.remix-desktop",
"asar": false,
"mac": {
"category": "public.app-category.productivity",
"target": [
Expand Down Expand Up @@ -61,6 +62,6 @@
},
"dependencies": {
"@philipplgh/electron-app-manager": "^0.55.0",
"remixd": "^0.1.8-alpha.7"
"remixd": "^0.1.8-alpha.10"
}
}
Loading

0 comments on commit 114515f

Please sign in to comment.