From 1c474c9654bd018f212175168817150dd17d8211 Mon Sep 17 00:00:00 2001 From: Alain M Date: Tue, 26 May 2020 08:00:37 -0500 Subject: [PATCH] Release 0.4.1 --- data/com.github.alainm23.byte.appdata.xml.in | 3 +-- meson.build | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/data/com.github.alainm23.byte.appdata.xml.in b/data/com.github.alainm23.byte.appdata.xml.in index 5c63ef1..814d170 100644 --- a/data/com.github.alainm23.byte.appdata.xml.in +++ b/data/com.github.alainm23.byte.appdata.xml.in @@ -23,7 +23,7 @@ com.github.alainm23.byte - +

New translations and performance improvement

    @@ -38,7 +38,6 @@
  • I Sutter
  • The Linux Experiment
  • Wout
  • -

    diff --git a/meson.build b/meson.build index 5356fbc..9d0e7f6 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('com.github.alainm23.byte', 'vala', 'c', - version: '0.3') + version: '0.4.1') gnome = import('gnome') i18n = import('i18n')