From 1cadb4ee7fcea53f3c6225de3683267fe7996bf0 Mon Sep 17 00:00:00 2001 From: Josip Medved Date: Sun, 11 Oct 2020 15:22:47 -0700 Subject: [PATCH] Bumped version to 0.1.15 --- CHANGES.md | 5 +++++ src/QText.pro | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c21a896..c32d548 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ ## Release Notes ## +### 0.1.15 [2020-10-11] ### + +* Added RTF import + + ### 0.1.14 [2020-09-05] ### * Added font settings diff --git a/src/QText.pro b/src/QText.pro index 2948760..bbee8a4 100644 --- a/src/QText.pro +++ b/src/QText.pro @@ -1,6 +1,6 @@ APP_PRODUCT = "QText" APP_COMPANY = "Josip Medved" -APP_VERSION = "0.1.14" +APP_VERSION = "0.1.15" APP_COPYRIGHT = "Copyright 2004 Josip Medved " APP_DESCRIPTION = "Note taking utility with auto-save."