Skip to content

Commit 7ca1ccd

Browse files
Increment version numbers
1 parent f5ed06d commit 7ca1ccd

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,16 @@ If you made a 'devbuild', then you probably want to install all files and apps m
9292
Release checklist
9393
=================
9494
- Make sure CURRENT_OS_VERSION in main.py is incremented
95-
- Make sure version numbers of apps that have been changed are incremented
95+
- Make sure version numbers of apps that have been changed are incremented:
96+
# everything that changed:
97+
git diff --stat 0.0.4
98+
# manifests that might have already had their version number incremented:
99+
git diff 0.0.4 -- internal_filesystem/apps/*/META-INF/*
100+
git diff 0.0.4 -- internal_filesystem/builtin/apps/*/META-INF/*
96101
- commit and push all code
102+
- tag MicroPythonOS and external apps like LightningPiggy
97103
- ./scripts/bundle_apps.sh
98-
- ./scripts/freezefs_mount_builtin.sh
99-
- ./scripts/build_lvgl_micropython.sh
104+
- ./scripts/build_lvgl_micropython.sh esp32 prod
100105
- copy_apps_to_server.sh
101106
- copy_build_to_server.sh
102107
- copy ~/sources/lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin to webinstaller

internal_filesystem/apps/com.micropythonos.camera/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": "Camera with QR decoding",
55
"long_description": "Camera for both internal camera's and webcams, that includes QR decoding.",
6-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.0.3_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.3.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.0.4_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.4.mpk",
88
"fullname": "com.micropythonos.camera",
9-
"version": "0.0.3",
9+
"version": "0.0.4",
1010
"category": "camera",
1111
"activities": [
1212
{

internal_filesystem/builtin/apps/com.micropythonos.wifi/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": "WiFi Network Configuration",
55
"long_description": "Scans for wireless networks, shows a list of SSIDs, allows for password entry, and connecting.",
6-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/icons/com.micropythonos.wifi_0.0.3_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/mpks/com.micropythonos.wifi_0.0.3.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/icons/com.micropythonos.wifi_0.0.4_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/mpks/com.micropythonos.wifi_0.0.4.mpk",
88
"fullname": "com.micropythonos.wifi",
9-
"version": "0.0.3",
9+
"version": "0.0.4",
1010
"category": "networking",
1111
"activities": [
1212
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_OS_VERSION = "0.0.4"
1+
CURRENT_OS_VERSION = "0.0.5"

0 commit comments

Comments
 (0)