Version bump: 1.1

This commit is contained in:
Jacob 2023-08-28 11:09:02 +02:00
parent d8eada8a7b
commit c5699bd8d7
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
VER = 1.0 VER = 1.1
DESTDIR = "/usr" DESTDIR = "/usr"
NAME = spmenuify NAME = spmenuify
SHELL = /bin/sh SHELL = /bin/sh

View file

@ -18,7 +18,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
VERSION="${VERSION:-1.0}" VERSION="${VERSION:-1.1}"
THEME_DIR="${THEME_DIR:-$HOME/.config/spmenu/themes}" THEME_DIR="${THEME_DIR:-$HOME/.config/spmenu/themes}"
REPO_DIR="${REPO_DIR:-${XDG_CACHE_DIR:-$HOME/.cache}/spmenuify/repo}" REPO_DIR="${REPO_DIR:-${XDG_CACHE_DIR:-$HOME/.cache}/spmenuify/repo}"
CONFIG_FILE="${CONFIG_FILE:-$HOME/.config/spmenu/spmenuify/spmenuify.conf}" CONFIG_FILE="${CONFIG_FILE:-$HOME/.config/spmenu/spmenuify/spmenuify.conf}"