Skip to content

Commit

Permalink
📦 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsbot committed Apr 8, 2024
1 parent 3c966e9 commit a52cf67
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "essential-eth",
"description": "Ultralight JS for Ethereum",
"version": "0.10.1",
"version": "0.10.2",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Browsers:

```html
<!-- index.html -->
<script src="https://unpkg.com/essential-eth@0.10.1"></script>
<script src="https://unpkg.com/essential-eth@0.10.2"></script>
```

<!-- ⛔️ AUTO-GENERATED-CONTENT:END (UNPKG_SCRIPT_TAG) -->
Expand Down
2 changes: 1 addition & 1 deletion src/logger/package-version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '0.10.1';
export const version = '0.10.2';

0 comments on commit a52cf67

Please sign in to comment.