From c5699bd8d76562464ad792459a7fbee95b4760e1 Mon Sep 17 00:00:00 2001 From: speedie Date: Mon, 28 Aug 2023 11:09:02 +0200 Subject: [PATCH] Version bump: 1.1 --- Makefile | 2 +- spmenuify | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 56be2fd..3883a51 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VER = 1.0 +VER = 1.1 DESTDIR = "/usr" NAME = spmenuify SHELL = /bin/sh diff --git a/spmenuify b/spmenuify index 330ac9f..361b9b0 100755 --- a/spmenuify +++ b/spmenuify @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION="${VERSION:-1.0}" +VERSION="${VERSION:-1.1}" THEME_DIR="${THEME_DIR:-$HOME/.config/spmenu/themes}" REPO_DIR="${REPO_DIR:-${XDG_CACHE_DIR:-$HOME/.cache}/spmenuify/repo}" CONFIG_FILE="${CONFIG_FILE:-$HOME/.config/spmenu/spmenuify/spmenuify.conf}"