Skip to content

Commit

Permalink
📦 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsbot committed Mar 14, 2023
1 parent f5ca4ea commit c75f377
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.6.2",
"version": "0.7.0",
"license": "MIT",
"sideEffects": false,
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Browsers:

```html
<!-- index.html -->
<script src="https://unpkg.com/essential-eth@0.6.2"></script>
<script src="https://unpkg.com/essential-eth@0.7.0"></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.6.2';
export const version = '0.7.0';

0 comments on commit c75f377

Please sign in to comment.