Skip to content

Commit

Permalink
bump v in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmueller committed May 21, 2020
1 parent e452640 commit ee4dde8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
33 changes: 12 additions & 21 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>omg-js 3.1.0-0.4.6 | Documentation</title>
<title>omg-js 4.0.0-0.4.7 | Documentation</title>
<meta name='description' content='JavaScript Library to interact with OMG Network'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>omg-js</h3>
<div class='mb1'><code>3.1.0-0.4.6</code></div>
<div class='mb1'><code>4.0.0-0.4.7</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down Expand Up @@ -1709,15 +1709,6 @@ <h3 class='fl m0' id='childchain'>



<tr>
<td class='break-word'><span class='code bold'>args.verifyingContract</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code>
</td>
<td class='break-word'><span>address of the RootChain contract
</span></td>
</tr>



</tbody>
</table>

Expand Down Expand Up @@ -1812,15 +1803,6 @@ <h3 class='fl m0' id='childchain'>



<tr>
<td class='break-word'><span class='code bold'>args.verifyingContract</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code>
</td>
<td class='break-word'><span>address of the RootChain contract
</span></td>
</tr>



<tr>
<td class='break-word'><span class='code bold'>args.privateKey</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code>
</td>
Expand Down Expand Up @@ -2325,7 +2307,7 @@ <h3 class='fl m0' id='childchain'>
<div class='space-bottom0'>
<div>
<span class='code bold'>config</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>)</code>
the rootchain configuration object
the childchain configuration object

</div>

Expand Down Expand Up @@ -2361,6 +2343,15 @@ <h3 class='fl m0' id='childchain'>



<tr>
<td class='break-word'><span class='code bold'>config.plasmaContractAddress</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code>
</td>
<td class='break-word'><span>the address of the PlasmaFramework contract
</span></td>
</tr>



</tbody>
</table>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omg-js",
"version": "3.1.0-0.4.6",
"version": "4.0.0-0.4.7",
"private": true,
"description": "JavaScript Library to interact with OMG Network",
"scripts": {
Expand Down

0 comments on commit ee4dde8

Please sign in to comment.