From 08eede3a9b30731017c5f0ee9d23bdc695ad9f8a Mon Sep 17 00:00:00 2001 From: Alain M Date: Wed, 27 May 2020 18:11:23 -0500 Subject: [PATCH] Fix #80 --- data/com.github.alainm23.byte.appdata.xml.in | 4 ++-- meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/com.github.alainm23.byte.appdata.xml.in b/data/com.github.alainm23.byte.appdata.xml.in index 814d170..46579bc 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

    @@ -224,7 +224,7 @@ none none none - none + mild none none none diff --git a/meson.build b/meson.build index 9d0e7f6..615f2fc 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('com.github.alainm23.byte', 'vala', 'c', - version: '0.4.1') + version: '0.4.2') gnome = import('gnome') i18n = import('i18n')