diff --git a/README.md b/README.md index 5b96334..a6af476 100644 --- a/README.md +++ b/README.md @@ -50,5 +50,5 @@ options: local server of mirrored content, for example 'http://example.org', cannot be used with'--discover-plists', requires '-i/--install' --discover-plists discover the property lists hosted by Apple for GarageBand, Logic Pro X, and MainStage 3 -loopdown v1.0.20230706, licensed under the Apache License Version 2.0 +loopdown v1.0.20230726, licensed under the Apache License Version 2.0 ``` diff --git a/loopdown b/loopdown index 69f7c90..2874a7d 100755 Binary files a/loopdown and b/loopdown differ diff --git a/src/ldilib/__init__.py b/src/ldilib/__init__.py index a5823ae..149fb31 100644 --- a/src/ldilib/__init__.py +++ b/src/ldilib/__init__.py @@ -11,7 +11,7 @@ _license: str = "Apache License Version 2.0" _script_name: str = "loopdown" -_version: str = "1.0.20230706" +_version: str = "1.0.20230726" _version_string: str = f"{_script_name} v{_version}, licensed under the {_license}"