Skip to content

Commit

Permalink
bumping to 1.4.0 (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
naps62 committed Dec 26, 2023
1 parent 77b8f9e commit 7dfc3e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.3.0"
version = "1.4.0"
edition = "2021"
license-file = "./LICENSE"
homepage = "https://github.com/iron-wallet"
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": "@iron/extension",
"private": true,
"version": "1.3.0",
"version": "1.4.0",
"description": "A developer-focused Ethereum wallet",
"homepage": "https://github.com/iron-wallet/iron",
"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": "@iron/gui",
"private": true,
"version": "1.3.0",
"version": "1.4.0",
"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.3.0",
"version": "1.4.0",
"license": "MIT",
"description": "A dev-oriented web3 wallet",
"scripts": {
Expand Down

0 comments on commit 7dfc3e6

Please sign in to comment.