Skip to content

Commit 74013b9

Browse files
Increment version
1 parent 7389b43 commit 74013b9

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
=====
33

44
Builtin Apps:
5+
- About: use logger framework
56
- Launcher: fit at least 3 apps per row on a 240px display
67
- OSUpdate: replace 'force update' checkbox with improved button labels
78

@@ -13,6 +14,7 @@ OS:
1314
- Scale MicroPythonOS boot logo down if necessary
1415
- Add board support: MaTouch ESP32-S3 SPI IPS 2.8' with Camera OV3660
1516
- UI: Don't show battery icon if not present
17+
- Move logging.py to subdirectory
1618

1719
0.7.1
1820
=====

internal_filesystem/builtin/apps/com.micropythonos.about/META-INF/MANIFEST.JSON

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"publisher": "MicroPythonOS",
44
"short_description": "Info about MicroPythonOS",
55
"long_description": "Shows current MicroPythonOS version, MicroPython version, build date and other useful info..",
6-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/icons/com.micropythonos.about_0.1.0_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/mpks/com.micropythonos.about_0.1.0.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/icons/com.micropythonos.about_0.1.1_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/mpks/com.micropythonos.about_0.1.1.mpk",
88
"fullname": "com.micropythonos.about",
9-
"version": "0.1.0",
9+
"version": "0.1.1",
1010
"category": "development",
1111
"activities": [
1212
{

0 commit comments

Comments
 (0)