From de9032e1043b8ba96826ac76ae0f510965b0bbfc Mon Sep 17 00:00:00 2001 From: Alain M Date: Tue, 29 Oct 2019 09:22:56 -0500 Subject: [PATCH] Release 0.1.9 --- data/com.github.alainm23.byte.appdata.xml.in | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/data/com.github.alainm23.byte.appdata.xml.in b/data/com.github.alainm23.byte.appdata.xml.in index c0a1cc9..e8872fd 100644 --- a/data/com.github.alainm23.byte.appdata.xml.in +++ b/data/com.github.alainm23.byte.appdata.xml.in @@ -23,6 +23,15 @@ com.github.alainm23.byte + + +
    +
  • Added Dutch translation @Vistaus
  • +
  • Updated Russian translation @camellan
  • +
+
+
+

This update brings some new features and bug fixes:

diff --git a/meson.build b/meson.build index b78cf9f..0172169 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('com.github.alainm23.byte', 'vala', 'c', - version: '0.1.6') + version: '0.1.9') gnome = import('gnome') i18n = import('i18n')