Update version and generate new release

This commit is contained in:
ChuckPa 2023-09-23 14:44:32 -04:00
parent 2c863f41a1
commit 4d8fa8058c
No known key found for this signature in database
GPG Key ID: 3CE28A0F6BC31B5B
2 changed files with 7 additions and 3 deletions

View File

@ -2,12 +2,12 @@
#########################################################################
# Plex Media Server database check and repair utility script. #
# Maintainer: ChuckPa #
# Version: v1.0.12 #
# Date: 30-Aug-2023 #
# Version: v1.0.13 #
# Date: 23-Sep-2023 #
#########################################################################
# Version for display purposes
Version="v1.0.12"
Version="v1.0.13"
# Flag when temp files are to be retained
Retain=0

View File

@ -9,6 +9,10 @@
# Release Info:
v1.0.13
- Improve HOTIO support. Allow both older and newer directory structure
v1.0.12
- Update HOTIO start/stop commands (re: #404461a)