diff --git a/data/page.kramo.Hyperplane.metainfo.xml.in b/data/page.kramo.Hyperplane.metainfo.xml.in index 6884ed0..0b5246b 100644 --- a/data/page.kramo.Hyperplane.metainfo.xml.in +++ b/data/page.kramo.Hyperplane.metainfo.xml.in @@ -36,6 +36,15 @@ + + +
    +
  • Fixed drag and drop on the latest nightly runtime
  • +
  • The cursor now indicates that empty space in the path bar is clickable
  • +
  • Updated the sidebar icons
  • +
+
+
    diff --git a/meson.build b/meson.build index 48aa50b..6ff4b50 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('hyperplane', - version: '0.5.0-beta', + version: '0.5.1-beta', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )