Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryM1212 committed Dec 21, 2022
1 parent adfac55 commit 1cce8ea
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,6 @@ v0.6.8
v0.6.9
- fix output creation height for v5.0
- fix signing with ledger recent test app

v0.6.9.1
- fix balance box generation in transaction builder
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,6 +1,6 @@
{
"name": "safew-wallet",
"version": "0.6.9",
"version": "0.6.9.1",
"private": true,
"dependencies": {
"@babel/polyfill": "^7.12.1",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"short_name": "SAFEW",
"name": "SAFEW - Simple And Fast Ergo Wallet",
"version": "0.6.9",
"version": "0.6.9.1",
"action": {},
"icons": {
"16": "/images/safew_icon_16.png",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"short_name": "SAFEW",
"name": "SAFEW - Simple And Fast Ergo Wallet",
"version": "0.6.9",
"version": "0.6.9.1",
"icons": {
"16": "/images/safew_icon_16.png",
"32": "/images/safew_icon_32.png",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"short_name": "SAFEW",
"name": "SAFEW - Simple And Fast Ergo Wallet",
"version": "0.6.9",
"version": "0.6.9.1",
"action": {},
"icons": {
"16": "/images/safew_icon_16.png",
Expand Down

0 comments on commit 1cce8ea

Please sign in to comment.