diff --git a/data/io.elementary.camera.appdata.xml.in b/data/io.elementary.camera.appdata.xml.in
index 3d3c16632..fa7e1ff56 100644
--- a/data/io.elementary.camera.appdata.xml.in
+++ b/data/io.elementary.camera.appdata.xml.in
@@ -12,7 +12,7 @@
Camera is a simple app to take photos with a webcam.
-
+
New features:
@@ -22,6 +22,7 @@
- Ensure brightness, contrast, and mirror continue working after taking a photo
- Wider hardware compatibility (e.g. StarBook Mk V)
+ - Ensure photos saved properly
Minor updates:
diff --git a/meson.build b/meson.build
index e7b45ce74..c8ee3446b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'io.elementary.camera', 'vala', 'c',
meson_version : '>= 0.46',
- version: '6.0.3'
+ version: '6.1.0'
)
gnome = import('gnome')