diff --git a/data/hu.kramo.Hyperplane.metainfo.xml.in b/data/hu.kramo.Hyperplane.metainfo.xml.in
index 9680763..0825f46 100644
--- a/data/hu.kramo.Hyperplane.metainfo.xml.in
+++ b/data/hu.kramo.Hyperplane.metainfo.xml.in
@@ -32,6 +32,15 @@
+
+
+
+ - Added the ability to run executable files
+ - Updated to new adaptive dialogs
+ - Numerous fixes and UX changes
+
+
+
@@ -40,7 +49,7 @@
- Small fixes
-
+
@@ -48,7 +57,7 @@
- Small fixes
-
+
Initial beta release
diff --git a/meson.build b/meson.build
index d83398c..7a3e9ee 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('hyperplane',
- version: '0.3.0-beta',
+ version: '0.4.0-beta',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)