Skip to content

Commit

Permalink
Release 0.6.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth authored and ekpyron committed Jun 11, 2020
1 parent 32c34b7 commit 50d6464
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 7 deletions.
2 changes: 2 additions & 0 deletions bin/list.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

var soljsonSources = [
"soljson-v0.6.10+commit.00c0fcaf.js",
"soljson-v0.6.10-nightly.2020.6.10+commit.0a5d9927.js",
"soljson-v0.6.10-nightly.2020.6.9+commit.1e8e0ebd.js",
"soljson-v0.6.10-nightly.2020.6.8+commit.3d241eed.js",
Expand Down Expand Up @@ -884,6 +885,7 @@ var soljsonSources = [
"soljson-v0.1.1+commit.6ff4cd6.js"
];
var soljsonReleases = {
"0.6.10": "soljson-v0.6.10+commit.00c0fcaf.js",
"0.6.9": "soljson-v0.6.9+commit.3e3065ac.js",
"0.6.8": "soljson-v0.6.8+commit.0bbfe453.js",
"0.6.7": "soljson-v0.6.7+commit.b8d736ae.js",
Expand Down
13 changes: 12 additions & 1 deletion bin/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -9629,9 +9629,20 @@
"urls": [
"bzzr://00c1402c4dedbe200b967eb8262e1cb78cc87a3e57d49131b2f251e74e4e1d2d"
]
},
{
"path": "soljson-v0.6.10+commit.00c0fcaf.js",
"version": "0.6.10",
"build": "commit.00c0fcaf",
"longVersion": "0.6.10+commit.00c0fcaf",
"keccak256": "0x620163da7ee7b2622c9ee48b06110a52739f633189555148a3b5ecf767e60cfb",
"urls": [
"bzzr://823b4efe3ca2964d660348214fd1a44579e13e1e8ce69a81f447372a11d60316"
]
}
],
"releases": {
"0.6.10": "soljson-v0.6.10+commit.00c0fcaf.js",
"0.6.9": "soljson-v0.6.9+commit.3e3065ac.js",
"0.6.8": "soljson-v0.6.8+commit.0bbfe453.js",
"0.6.7": "soljson-v0.6.7+commit.b8d736ae.js",
Expand Down Expand Up @@ -9705,5 +9716,5 @@
"0.1.2": "soljson-v0.1.2+commit.d0d36e3.js",
"0.1.1": "soljson-v0.1.1+commit.6ff4cd6.js"
},
"latestRelease": "0.6.9"
"latestRelease": "0.6.10"
}
1 change: 1 addition & 0 deletions bin/list.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
soljson-v0.6.10+commit.00c0fcaf.js
soljson-v0.6.10-nightly.2020.6.10+commit.0a5d9927.js
soljson-v0.6.10-nightly.2020.6.9+commit.1e8e0ebd.js
soljson-v0.6.10-nightly.2020.6.8+commit.3d241eed.js
Expand Down
2 changes: 1 addition & 1 deletion bin/soljson-latest.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/soljson-nightly.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bin/soljson-v0.6.10+commit.00c0fcaf.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion soljson.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions wasm/list.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

var soljsonSources = [
"soljson-v0.6.10+commit.00c0fcaf.js",
"soljson-v0.6.9+commit.3e3065ac.js",
"soljson-v0.6.8+commit.0bbfe453.js",
"soljson-v0.6.7+commit.b8d736ae.js",
Expand Down Expand Up @@ -57,6 +58,7 @@ var soljsonSources = [
"soljson-v0.3.6+commit.3fc68da5.js"
];
var soljsonReleases = {
"0.6.10": "soljson-v0.6.10+commit.00c0fcaf.js",
"0.6.9": "soljson-v0.6.9+commit.3e3065ac.js",
"0.6.8": "soljson-v0.6.8+commit.0bbfe453.js",
"0.6.7": "soljson-v0.6.7+commit.b8d736ae.js",
Expand Down
Loading

0 comments on commit 50d6464

Please sign in to comment.