Update version to 1.01.04 after patch

update version to 1.01.04 after patch
This commit is contained in:
ChuckPa 2023-11-25 19:38:53 -05:00
parent 80fb3a751c
commit fa760e3ddf
No known key found for this signature in database
GPG Key ID: 3CE28A0F6BC31B5B
2 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@
######################################################################### #########################################################################
# Plex Media Server database check and repair utility script. # # Plex Media Server database check and repair utility script. #
# Maintainer: ChuckPa # # Maintainer: ChuckPa #
# Version: v1.01.03 # # Version: v1.01.04 #
# Date: 25-Nov-2023 # # Date: 25-Nov-2023 #
######################################################################### #########################################################################
# Version for display purposes # Version for display purposes
Version="v1.01.03" Version="v1.01.04"
# Flag when temp files are to be retained # Flag when temp files are to be retained
Retain=0 Retain=0

View File

@ -8,7 +8,7 @@
![Maintenance](https://img.shields.io/badge/Maintained-Yes-green.svg) ![Maintenance](https://img.shields.io/badge/Maintained-Yes-green.svg)
# Release Info: # Release Info:
v1.01.03 v1.01.04
- Missing IgnoreErrors (-i / -f) test when reimporting damaged DB with certain errors prevented repair - Missing IgnoreErrors (-i / -f) test when reimporting damaged DB with certain errors prevented repair
in all cases. in all cases.