Skip to content

Commit

Permalink
use v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Jul 26, 2024
1 parent 597c1a2 commit dcdeffe
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 @@ -7,7 +7,7 @@
<script src="//cdn.jsdelivr.net/npm/vue@3.4.27/dist/vue.global.prod.js"></script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/element-plus@2.7.4/dist/index.css" />
<script src="//cdn.jsdelivr.net/npm/element-plus@2.7.4/dist/index.full.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/evmole@0.3.6"></script>
<script src="//cdn.jsdelivr.net/npm/evmole@0.3.7"></script>
<style>
body {
font-family: Monospace;
Expand Down Expand Up @@ -58,7 +58,7 @@
<h1>EVMole demo</h1>

<p>
Function Selector & Arguments Extractor: <a href="https://github.com/cdump/evmole" target="_blank">cdump/evmole</a> (v0.3.6)
Function Selector & Arguments Extractor: <a href="https://github.com/cdump/evmole" target="_blank">cdump/evmole</a> (v0.3.7)
</p>

<p>
Expand Down

0 comments on commit dcdeffe

Please sign in to comment.