From dd48b09983042f1a50eb33e2ac892028b0a2cd82 Mon Sep 17 00:00:00 2001 From: Dmitriy Selivestrov Date: Fri, 22 Apr 2022 20:44:10 +0300 Subject: [PATCH] Release 1.0.1 --- data/com.github.sdv43.whaler.appdata.xml.in | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/data/com.github.sdv43.whaler.appdata.xml.in b/data/com.github.sdv43.whaler.appdata.xml.in index 8848687..e5dc1c3 100644 --- a/data/com.github.sdv43.whaler.appdata.xml.in +++ b/data/com.github.sdv43.whaler.appdata.xml.in @@ -18,6 +18,17 @@

+ + +
    +
  • Code refactoring
  • +
  • Add homepage and bugtracker links
  • +
  • Set elementary theme as default
  • +
  • Fix incorrect window positon at startup
  • +
  • Fix wrong language choice
  • +
+
+
diff --git a/meson.build b/meson.build index 70f3750..0e3f2b2 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'com.github.sdv43.whaler', 'vala', 'c', meson_version : '>= 0.49', - version: '1.0.0' + version: '1.0.1' ) #