Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0mkara committed Nov 25, 2022
1 parent 18ed4df commit d9dd606
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": "ethcode",
"displayName": "ETHcode",
"description": "Ethereum IDE for VS Code",
"version": "0.3.0",
"version": "0.4.0",
"publisher": "7finney",
"categories": [
"Debuggers",
Expand Down Expand Up @@ -59,10 +59,10 @@
},
"ethcode.gasLimit": {
"scope": "application",
"type":"number",
"type": "number",
"default": 3000000,
"description": "Set gas limit value for transactions."
}
}
}
},
"commands": [
Expand Down

0 comments on commit d9dd606

Please sign in to comment.