Skip to content

Commit

Permalink
Merge pull request #74 from alephium/Update-version-to-v0.2.0
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
suyanlong authored Jan 19, 2023
2 parents e6fb147 + 2a0ff18 commit 220cff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ralph-vscode",
"displayName": "ralph vscode",
"description": "ralph vscode",
"version": "0.1.10",
"version": "0.2.0",
"engines": {
"vscode": "^1.69.0",
"node": ">=v18.0.0"
Expand Down Expand Up @@ -68,12 +68,12 @@
"ralph.download.config.url": {
"type": "string",
"description": "download link",
"default": "https://github.com/alephium/alephium/releases/download/v1.6.0-rc5/alephium-ralphc-1.6.0-rc5.jar"
"default": "https://github.com/alephium/alephium/releases/download/v1.6.2/alephium-ralphc-1.6.2.jar"
},
"ralph.download.config.target": {
"type": "string",
"description": "compiler jar",
"default": "alephium-ralphc-1.6.0-rc5.jar"
"default": "alephium-ralphc-1.6.2.jar"
},
"ralph.compile.command": {
"type": "string",
Expand Down

0 comments on commit 220cff9

Please sign in to comment.