From 64bfec26374c45bde18e712a743d01580af25030 Mon Sep 17 00:00:00 2001 From: dail8859 Date: Thu, 12 Jan 2023 19:22:26 -0500 Subject: [PATCH] v0.6 release --- deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml | 1 + src/Version.pri | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml b/deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml index b3b70261..560fe2f9 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 bcf50a26..a89d5664 100644 --- a/src/Version.pri +++ b/src/Version.pri @@ -15,5 +15,5 @@ # along with Notepad Next. If not, see . -APP_VERSION = "0.5.6" -APP_COPYRIGHT = "Copyright 2019-2022 Justin Dailey" +APP_VERSION = "0.6" +APP_COPYRIGHT = "Copyright 2019-2023 Justin Dailey"