Skip to content

Commit

Permalink
bump to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
naps62 committed Apr 2, 2024
1 parent bfbd948 commit e3633c5
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "1.5.2"
version = "1.5.3"
edition = "2021"
license-file = "./LICENSE"
homepage = "https://github.com/ethui"
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethui/extension",
"private": true,
"version": "1.5.2",
"version": "1.5.3",
"description": "An Ethereum toolkit",
"homepage": "https://github.com/ethui/ethui",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethui/gui",
"private": true,
"version": "1.5.2",
"version": "1.5.3",
"type": "module",
"scripts": {
"dev": "vite --force",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.5.2",
"version": "1.5.3",
"license": "MIT",
"description": "An Ethereum toolkit",
"scripts": {
Expand Down

0 comments on commit e3633c5

Please sign in to comment.