From 97e2083829f7eb192c2c6dc67d8209ad2c244cc5 Mon Sep 17 00:00:00 2001 From: Brage Fuglseth Date: Wed, 17 Jul 2024 02:48:15 +0200 Subject: [PATCH] project: Bump version --- data/dev.bragefuglseth.Keypunch.metainfo.xml.in.in | 11 +++++++++++ meson.build | 2 +- src/widgets/window.rs | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/data/dev.bragefuglseth.Keypunch.metainfo.xml.in.in b/data/dev.bragefuglseth.Keypunch.metainfo.xml.in.in index f6d70c6..09df550 100644 --- a/data/dev.bragefuglseth.Keypunch.metainfo.xml.in.in +++ b/data/dev.bragefuglseth.Keypunch.metainfo.xml.in.in @@ -78,6 +78,17 @@ dev.bragefuglseth.Keypunch.desktop + + +

If you appreciate accuracy and legibility, you are going to love this update!

+
    +
  • Monospaced font in the main text view
  • +
  • Text generation support for Bangla and Hebrew
  • +
  • Guillemet quotation marks for the French text generation
  • +
  • User interface translations for Hebrew and Italian, making Keypunch available in a total of 14 languages
  • +
+
+

Bonjour! Szia! 안녕! Get ready to practice typing in many new languages.

diff --git a/meson.build b/meson.build index 13d9ead..597f583 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('keypunch', 'rust', - version: '0.2.0', + version: '0.3.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/widgets/window.rs b/src/widgets/window.rs index 4923a65..59abfe1 100644 --- a/src/widgets/window.rs +++ b/src/widgets/window.rs @@ -202,7 +202,7 @@ mod imp { let about = adw::AboutDialog::from_appdata( "/dev/bragefuglseth/Keypunch/dev.bragefuglseth.Keypunch.metainfo.xml", - Some("2.0"), + Some("3.0"), ); about.set_developers(&["Brage Fuglseth https://bragefuglseth.dev"]);