Skip to content

Commit 5fde44b

Browse files
Increment version number
1 parent e821b94 commit 5fde44b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.3.0
2+
=====
3+
- Overhaul build system: much simplier (single clone and script run), add MacOS support, build with GitHub Workflow, etc.
4+
- Remove "long press pin 0" for bootloader mode; either use the Settings app or keep it pressed while pressing and releasing the "RESET" button
5+
16
0.2.1
27
=====
38
- Settings app: fix stray /cat in Europe/Brussels timezone

internal_filesystem/lib/mpos/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CURRENT_OS_VERSION = "0.2.1"
1+
CURRENT_OS_VERSION = "0.3.0"
22

33
# Unique string that defines the hardware, used by OSUpdate and the About app
44
_hardware_id = "missing-hardware-info"

0 commit comments

Comments
 (0)