Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
naps62 committed Nov 17, 2023
1 parent 8bf2f8d commit 7582785
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
42 changes: 21 additions & 21 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.1.0"
version = "1.1.1"
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.1.0",
"version": "1.1.1",
"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.0.0",
"version": "1.1.1",
"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.1.0",
"version": "1.1.1",
"license": "MIT",
"description": "A dev-oriented web3 wallet",
"scripts": {
Expand Down

0 comments on commit 7582785

Please sign in to comment.