Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orhoj committed Oct 21, 2021
1 parent 5c637d4 commit cc4a7ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 2.0.2

* An acceptance step has been added to the export of private key seeds.

## 2.0.1

* Fixed an issue in the add baker UI, where a response could be sent before signing or declining.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ICONNAME = nanos-concordium-icon.gif
# extra memory must be allocated in menu.c.
APPVERSION_MAJOR=2
APPVERSION_MINOR=0
APPVERSION_PATCH=1
APPVERSION_PATCH=2
APPVERSION=$(APPVERSION_MAJOR).$(APPVERSION_MINOR).$(APPVERSION_PATCH)

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

0 comments on commit cc4a7ac

Please sign in to comment.