From cb09765afa143baa510de3031b65494ac7183aa3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 25 Jun 2024 11:59:38 +0000 Subject: [PATCH] v0.8 release --- deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml | 1 + src/Version.pri | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml b/deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml index d01ec933..3e725209 100644 --- a/deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml +++ b/deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml @@ -26,6 +26,7 @@ com.github.dail8859.NotepadNext.desktop + diff --git a/src/Version.pri b/src/Version.pri index bf7092bb..ef934ce4 100644 --- a/src/Version.pri +++ b/src/Version.pri @@ -15,5 +15,5 @@ # along with Notepad Next. If not, see . -APP_VERSION = "0.7" +APP_VERSION = "0.8" APP_COPYRIGHT = "Copyright 2019-2024 Justin Dailey"