diff --git a/data/io.github.kelvinnovais.Kasasa.metainfo.xml.in b/data/io.github.kelvinnovais.Kasasa.metainfo.xml.in index d3812f7..d7db7b8 100644 --- a/data/io.github.kelvinnovais.Kasasa.metainfo.xml.in +++ b/data/io.github.kelvinnovais.Kasasa.metainfo.xml.in @@ -72,10 +72,18 @@ + + +
    +
  • Updated Russian translation (thanks to Vladimir Kosolapov - vmkspv)
  • +
  • Fixed typos
  • +
+
+
    -
  • Added/updated translations
  • +
  • Added/updated translations - thanks to Albano Battistella (albanobattistella)
  • Fixed unpinning window while retaking a screenshot
diff --git a/meson.build b/meson.build index 182f250..1d0e86b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kasasa', 'c', - version: '0.1.3', + version: '0.1.4', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', 'c_std=gnu11', ], ) diff --git a/src/kasasa-application.c b/src/kasasa-application.c index 6e01f90..9867ab9 100644 --- a/src/kasasa-application.c +++ b/src/kasasa-application.c @@ -102,7 +102,7 @@ kasasa_application_about_action (GSimpleAction *action, "application-name", _("Kasasa"), "application-icon", "io.github.kelvinnovais.Kasasa", "developer-name", "Kelvin Ribeiro Novais", - "version", "0.1.3", + "version", "0.1.4", "comments", _("Snip and pin useful information" "\n\nIf you liked the app ❤️, consider giving it a star ⭐:"), "issue-url", "https://github.com/KelvinNovais/Kasasa/issues",