From 6c220117f38db47e7ba4a8a07a393066e4bbaeb5 Mon Sep 17 00:00:00 2001 From: Rod Wright Date: Thu, 12 Mar 2026 07:55:16 -0400 Subject: [PATCH] Updated version numbers --- README.md | 6 +++--- VERSION.txt | 2 +- kiosk-setup.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6407d62..394c2fe 100644 --- a/README.md +++ b/README.md @@ -37,17 +37,17 @@ These can be any Debian based Linux distribution. Debian, Linux Mint, Ubuntu, an 1. Download OpenKiosk - The easiest way is to run `wget https://gitserver.thermionic.net/rod.wright/OpenKiosk/releases/download/1.1.0/OpenKiosk-2.0.0.tar.gz` + The easiest way is to run `wget https://gitserver.thermionic.net/rod.wright/OpenKiosk/releases/download/1.1.0/OpenKiosk-2.0.1.tar.gz` or visit https://gitserver.thermionic.net/rod.wright/OpenKiosk/releases to download the specific package version you'd like to use. 2. Extract the package - `tar -zxvf OpenKiosk-2.0.0.tar.gz` + `tar -zxvf OpenKiosk-2.0.1.tar.gz` 3. Change to the extracted package directory - `cd OpenKiosk-2.0.0` + `cd OpenKiosk-2.0.1` 4. Run the installer as superuser diff --git a/VERSION.txt b/VERSION.txt index 359a5b9..10bf840 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.0.1 \ No newline at end of file diff --git a/kiosk-setup.sh b/kiosk-setup.sh index 797333d..5159de2 100755 --- a/kiosk-setup.sh +++ b/kiosk-setup.sh @@ -7,7 +7,7 @@ # SPDX-License-Identifier: GPL-2.0 APP_NAME="OpenKiosk" -APP_VERSION="2.0.0" +APP_VERSION="2.0.1" function clean_exit() {