From 9fc5dfae42a15d220a31e9bf6c507cc421277f6c Mon Sep 17 00:00:00 2001 From: SubhadeepJasu Date: Thu, 13 May 2021 18:23:28 +0530 Subject: [PATCH] Version bump to 1.1.1 --- ...m.github.subhadeepjasu.pebbles.appdata.xml.in | 16 ++++++++++++++++ debian/changelog | 11 +++++++++++ meson.build | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/data/com.github.subhadeepjasu.pebbles.appdata.xml.in b/data/com.github.subhadeepjasu.pebbles.appdata.xml.in index faa2e14a..60c2174d 100644 --- a/data/com.github.subhadeepjasu.pebbles.appdata.xml.in +++ b/data/com.github.subhadeepjasu.pebbles.appdata.xml.in @@ -93,6 +93,22 @@ none + + +

New:

+
    +
  • [Core] Insert result in history from any mode to any mode
  • +
+

Improved:

+
    +
  • [Core] Persist History across invocations
  • +
+

Fixed:

+
    +
  • [Programmer] Better binary formatting
  • +
+
+

New:

diff --git a/debian/changelog b/debian/changelog index c442f9af..a3f517ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +com.github.subhadeepjasu.pebbles (1.1.1) bionic; urgency=low + + [NEW] + * Insert result in history from any mode to any mode + [FIXED] + * Better binary formatting + [IMPROVED] + * Persist History across invocations + + -- Subhadeep Jasu Thu, 13 May 2021 11:03:25 +0530 + com.github.subhadeepjasu.pebbles (1.1.0) bionic; urgency=medium [NEW] diff --git a/meson.build b/meson.build index 277029b0..2682070e 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project ( 'com.github.subhadeepjasu.pebbles', 'vala', 'c', - version: '1.1.0', + version: '1.1.1', ) # GNOME module