From d779d2a0393d790586c3f73fb230d029ae406391 Mon Sep 17 00:00:00 2001 From: nate-xyz Date: Mon, 27 Feb 2023 17:21:04 -0500 Subject: [PATCH] v0.3.1 - Added German, Hindi, Occitan, Polish, and Russian translations - Fixed translations for Rust version --- data/io.github.nate_xyz.Paleta.appdata.xml.in | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/data/io.github.nate_xyz.Paleta.appdata.xml.in b/data/io.github.nate_xyz.Paleta.appdata.xml.in index dc02285..7419be3 100644 --- a/data/io.github.nate_xyz.Paleta.appdata.xml.in +++ b/data/io.github.nate_xyz.Paleta.appdata.xml.in @@ -27,6 +27,14 @@ https://ko-fi.com/natexyz + + +
    +
  • Added German, Hindi, Occitan, Polish, and Russian translations!
  • +
  • Fixed translations for Rust version
  • +
+
+
    diff --git a/meson.build b/meson.build index 6547db5..2ef3c89 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('paleta', 'rust', - version: '0.3.0', + version: '0.3.1', meson_version: '>= 0.62.0', default_options: [ 'warning_level=3', 'werror=false', ], )