You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Increment version number
This commit is contained in:
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user