Skip to content

Commit

Permalink
Temporary version
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Oct 12, 2022
1 parent f131fe4 commit 30c41f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS)

APPNAME = "Solana"
APPVERSION_M = 1
APPVERSION_N = 3
APPVERSION_N = 4
APPVERSION_P = 0
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-swap"

ifeq ($(TARGET_NAME),TARGET_NANOS)
ICONNAME=icons/nanos_app_solana.gif
Expand Down
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Solana application : Common Technical Specifications

## 1.3.0
## 1.4.0

- Add SIGN SOLANA OFF-CHAIN MESSAGE

Expand Down

0 comments on commit 30c41f5

Please sign in to comment.