From 8425250195d45399b68074463c59dca32cb31c10 Mon Sep 17 00:00:00 2001 From: cage Date: Mon, 15 Aug 2022 13:48:59 +0200 Subject: [PATCH] - actually increased version number. --- NEWS.org | 2 +- tinmop.asd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index 7e1787c..5ec94c4 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,4 +1,4 @@ -* 2022-03-12 version 0.9.6 +* 2022-08-15 version 0.9.7 - Improvements - [gemini] Improved appearance of windows that shows subscriptions diff --git a/tinmop.asd b/tinmop.asd index 68ce206..85b19d0 100644 --- a/tinmop.asd +++ b/tinmop.asd @@ -18,7 +18,7 @@ (defsystem :tinmop :author "cage" :license "GPLv3" - :version "0.9.6" + :version "0.9.7" :pathname "src" :serial t :bug-tracker "https://notabug.org/cage/tinmop/issues"