Skip to content

Commit

Permalink
chore: bump package version to 1.10.3 (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss committed Jun 26, 2024
1 parent 048a4fa commit 1a504d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adena-wallet",
"version": "1.10.2",
"version": "1.10.3",
"description": "Adena Wallet",
"license": "Adena License",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/adena-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adena-extension",
"version": "1.10.2",
"version": "1.10.3",
"private": true,
"description": "Adena is a friendly browser extension wallet for the Gnoland blockchain.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adena-extension/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Adena",
"description": "Adena is a friendly browser extension wallet for the Gnoland blockchain.",
"manifest_version": 3,
"version": "1.10.2",
"version": "1.10.3",
"action": {
"default_icon": {
"16": "icons/icon16.png",
Expand Down
2 changes: 1 addition & 1 deletion packages/adena-module/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "adena-module",
"private": true,
"version": "1.10.2",
"version": "1.10.3",
"description": "Adena's Wallet",
"main": "./dist/index.umd.js",
"module": "./dist/index.esm.js",
Expand Down

0 comments on commit 1a504d7

Please sign in to comment.