From b51203b87757c0b653e980bc56b36ba66caf5081 Mon Sep 17 00:00:00 2001 From: Lains Date: Tue, 19 Feb 2019 09:26:00 -0300 Subject: [PATCH] 1.5.5 - bump appdata to reflect new release --- data/com.github.lainsce.notejot.appdata.xml.in | 9 +++++++++ debian/changelog | 6 ++++++ meson.build | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/data/com.github.lainsce.notejot.appdata.xml.in b/data/com.github.lainsce.notejot.appdata.xml.in index d863c96e..d79ee42e 100644 --- a/data/com.github.lainsce.notejot.appdata.xml.in +++ b/data/com.github.lainsce.notejot.appdata.xml.in @@ -52,6 +52,15 @@ none + + +

Release: A Small Change of Pace

+
    +
  • Notes are now saved in a better location not prone to autodeletion.
  • +
  • Updated Lithuanian translations.
  • +
+
+

Release: Resized Notes? No problem!

diff --git a/debian/changelog b/debian/changelog index 76e7cb31..4556e7be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.lainsce.notejot (1.5.5) xenial; urgency=low + + * New stuff. Please read the enclosed appdata book. + + -- Lains Fri, 22 Feb 2019 12:00:00 -0300 + com.github.lainsce.notejot (1.5.4) xenial; urgency=low * New stuff. Please read the enclosed appdata book. diff --git a/meson.build b/meson.build index 098ec615..1aecf28b 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ # Name our project project('com.github.lainsce.notejot', ['vala', 'c'], - version: '1.5.4' + version: '1.5.5' ) # Import main lib files