From 417811e82b4025adba0c10f58d371173708047f1 Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sun, 7 Aug 2022 18:15:34 +0300 Subject: [PATCH] Version bump to v1.9.14-1 --- rpm/toeterm.changes | 3 +++ rpm/toeterm.yaml | 2 +- toeterm.pro | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/rpm/toeterm.changes b/rpm/toeterm.changes index c9c9d3e..f057ade 100644 --- a/rpm/toeterm.changes +++ b/rpm/toeterm.changes @@ -1,3 +1,6 @@ +* Sun Aug 7 2022 Matti Viljanen (direc85) 1.9.14-1 +- Rename autostart command (execCmd) as Fish-only default shel + * Fri Apr 15 2022 Matti Viljanen (direc85) 1.9.13-1 - Autostart command (execCmd) is configurable in UI - Fix false warning when execCmd was configured diff --git a/rpm/toeterm.yaml b/rpm/toeterm.yaml index af153f7..2ff6a5e 100644 --- a/rpm/toeterm.yaml +++ b/rpm/toeterm.yaml @@ -1,6 +1,6 @@ Name: toeterm Summary: A terminal emulator with a custom virtual keyboard -Version: 1.9.13 +Version: 1.9.14 Release: 1 Group: System/Base License: GPLv2 diff --git a/toeterm.pro b/toeterm.pro index a5a49c0..8f96a47 100644 --- a/toeterm.pro +++ b/toeterm.pro @@ -3,8 +3,8 @@ CONFIG += sailfishapp link_pkgconfig PKGCONFIG += sailfishapp nemonotifications-qt5 LIBS += -lutil -# Checklist: yaml -VER = 1.9.13 +# Run update-spec-version.sh locally when version changes. +VER = 1.9.14 REL = 1 VERSION = $${VER}-$${REL}