Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orhoj committed Mar 31, 2023
1 parent ccafc03 commit b727a31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.1.0

### Added

* Support for the Nano S Plus 1.1.0 firmware.

## 3.0.1

### Added
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ include $(BOLOS_SDK)/Makefile.defines
# Version must be no greater than 99.99.999, otherwise
# extra memory must be allocated in menu.c.
APPVERSION_MAJOR=3
APPVERSION_MINOR=0
APPVERSION_PATCH=1
APPVERSION_MINOR=1
APPVERSION_PATCH=0
APPVERSION=$(APPVERSION_MAJOR).$(APPVERSION_MINOR).$(APPVERSION_PATCH)

APP_LOAD_PARAMS = --appFlags 0x00 $(COMMON_LOAD_PARAMS)
Expand Down

0 comments on commit b727a31

Please sign in to comment.