Increment version number

This commit is contained in:
Thomas Farstrike
2025-10-26 09:40:59 +01:00
parent e821b94c0e
commit 5fde44b671
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
0.3.0
=====
- Overhaul build system: much simplier (single clone and script run), add MacOS support, build with GitHub Workflow, etc.
- Remove "long press pin 0" for bootloader mode; either use the Settings app or keep it pressed while pressing and releasing the "RESET" button
0.2.1
=====
- Settings app: fix stray /cat in Europe/Brussels timezone
+1 -1
View File
@@ -1,4 +1,4 @@
CURRENT_OS_VERSION = "0.2.1"
CURRENT_OS_VERSION = "0.3.0"
# Unique string that defines the hardware, used by OSUpdate and the About app
_hardware_id = "missing-hardware-info"