Skip to content

Commit

Permalink
use v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Sep 26, 2024
1 parent 07f12b3 commit f8fbbd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<h1>EVMole demo</h1>

<p>
Function selectors, arguments & mutability: <a href="https://github.com/cdump/evmole" target="_blank">cdump/evmole</a> (v0.5.0)
Function selectors, arguments & mutability: <a href="https://github.com/cdump/evmole" target="_blank">cdump/evmole</a> (v0.5.1)
</p>

<p>
Expand Down Expand Up @@ -123,7 +123,7 @@ <h1>EVMole demo</h1>
</div>
</div>
<script type="module">
import {functionSelectors, functionArguments, functionStateMutability} from 'https://cdn.jsdelivr.net/npm/[email protected].0/dist/evmole.mjs';
import {functionSelectors, functionArguments, functionStateMutability} from 'https://cdn.jsdelivr.net/npm/[email protected].1/dist/evmole.mjs';

const {ref, reactive, watch, nextTick, createApp} = Vue
const {ElNotification} = ElementPlus
Expand Down

0 comments on commit f8fbbd7

Please sign in to comment.