Skip to content

Commit 7e220bf

Browse files
Update CHANGELOG and camera version
1 parent 5b7b21a commit 7e220bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Settings: add Timezone configuration
66
- Draw: new app for simple drawing on a canvas
77
- IMU: new app for showing data from the Intertial Measurement Unit ("Accellerometer")
8-
- Speed up QR decoding 4x - thanks @kdmukai!
8+
- Camera: speed up QR decoding 4x - thanks @kdmukai!
99

1010

1111
0.0.8

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.6_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.6.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.0.7_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.7.mpk",
88
"fullname": "com.micropythonos.camera",
9-
"version": "0.0.6",
9+
"version": "0.0.7",
1010
"category": "camera",
1111
"activities": [
1212
{

0 commit comments

Comments
 (0)