Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalin committed Nov 9, 2024
1 parent 2e6713d commit 7bb137d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Options:
<html>
<head>
<title>Monitoring</title>
<link rel="modulepreload" href="https://unpkg.com/[email protected].1/dist/index.esm.js" charset="UTF-8" integrity="sha384-Rp+AJiqSkCwPajGgNf1TGdWRVDSgf5GtK1pgO7uPofbSxPVNaZ/wNdulNxKVaO6I" crossorigin="anonymous"></script>
<link rel="modulepreload" href="https://unpkg.com/[email protected].2/dist/index.esm.js" charset="UTF-8" integrity="sha384-YQ+IMhoNgwPmfCEeD4eY1O7I2Tyr/Ebtk6dENIlj+eY4Kf2iTbE8amYdW3NUH/kS" crossorigin="anonymous"></script>
<style>
body {
padding: 2rem;
Expand All @@ -59,7 +59,7 @@ Options:
<div id="main-moonriver"></div>
<div id="main-moonbeam"></div>
<script type="module">
import * as mbTools from "https://unpkg.com/[email protected].1/dist/index.esm.js";
import * as mbTools from "https://unpkg.com/[email protected].2/dist/index.esm.js";
const monitorNetwork = async (api, networkName) => {
const pre = document.createElement("pre");
const title = document.createElement("h2");
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": "moonbeam-tools",
"version": "0.1.1",
"version": "0.1.2",
"description": "Set of tools for Moonbeam blockchain",
"exports": {
".": {
Expand Down

0 comments on commit 7bb137d

Please sign in to comment.