Skip to content

Commit

Permalink
📦 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsbot committed Aug 10, 2022
1 parent 8498908 commit b245584
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.5.13-next.5",
"version": "0.6.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 @@ -124,7 +124,7 @@ Browsers:

```html
<!-- index.html -->
<script src="https://unpkg.com/essential-eth@0.5.13-next.5"></script>
<script src="https://unpkg.com/essential-eth@0.6.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.5.13-next.5';
export const version = '0.6.0';

0 comments on commit b245584

Please sign in to comment.