From 5587f8d493eb499ab8b7c4b5888dbd0cb731e88d Mon Sep 17 00:00:00 2001
From: Dmitry Shalnoff <dev@shalnoff.com>
Date: Thu, 9 Jul 2020 12:54:29 +0200
Subject: [PATCH] version added

---
 playlist.sh  | 2 +-
 playmovie.sh | 2 +-
 reboot.sh    | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)
 delete mode 100755 reboot.sh

diff --git a/playlist.sh b/playlist.sh
index b7c5643..fae8ba2 100755
--- a/playlist.sh
+++ b/playlist.sh
@@ -2,7 +2,7 @@
 
 if [ $# -lt 1 ]; then
 
-	echo "IM Playlist Player. Created for BABOOSHKA.TV™ project (https://babooshka.tv)"
+	echo "IM Playlist Player (ver. 0.1.1). Created for BABOOSHKA.TV™ project (https://babooshka.tv)"
 	echo "Copyright © 2020 Dmitry Shalnov [interplaymedium.org]"
  	echo "Licensed under the Apache License, Version 2.0"
 
diff --git a/playmovie.sh b/playmovie.sh
index b879614..66a3f68 100755
--- a/playmovie.sh
+++ b/playmovie.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 if [ $# -lt 1 ]; then
-	echo "IM Media Player. Created for Interplaymedium™ project (https://interplaymedium.org)"
+	echo "IM Media Player (ver. 0.1.5). Created for Interplaymedium™ project (https://interplaymedium.org)"
 	echo "Copyright © 2013 Dmitry Shalnov [interplaymedium.org]"
  	echo "Licensed under the Apache License, Version 2.0"
 
diff --git a/reboot.sh b/reboot.sh
deleted file mode 100755
index 9ba1ebe..0000000
--- a/reboot.sh
+++ /dev/null
@@ -1 +0,0 @@
-sudo systemctl reboot
\ No newline at end of file
-- 
2.30.2