Skip to content

Commit

Permalink
Bump to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Dec 12, 2024
1 parent 455bbed commit ac45a26
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ APPNAME = "Tezos Wallet"
# Application version
APPVERSION_M=3
APPVERSION_N=0
APPVERSION_P=5
APPVERSION_P=6
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)

# COMMIT
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/app_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ export COMMIT_BYTES=$(printf '%s' "$COMMIT" | xxd -p -c 256)
export VERSION_WALLET_TAG="00"
export APPVERSION_M=3
export APPVERSION_N=0
export APPVERSION_P=5
export APPVERSION_P=6
export APPVERSION=$APPVERSION_M.$APPVERSION_N.$APPVERSION_P
export VERSION_BYTES=$(printf "%02x%02x%02x%02x" "$VERSION_WALLET_TAG" "$APPVERSION_M" "$APPVERSION_N" "$APPVERSION_P")
Binary file modified tests/integration/nano/snapshots/nanos/version.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/integration/nano/snapshots/nanosp/version.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/integration/nano/snapshots/nanox/version.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/integration/nano/utils/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .account import Account, SigType
from .backend import StatusCode, TezosBackend, AppKind

version: Tuple[int, int, int] = (3, 0, 5)
version: Tuple[int, int, int] = (3, 0, 6)

class TezosAPDUChecker:
"""Helper to check APDU received."""
Expand Down
Binary file modified tests/integration/touch/snapshots/flex/info_flex_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/integration/touch/snapshots/stax/info_stax.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac45a26

Please sign in to comment.