diff --git a/constants.py b/constants.py index e8fda94..880a5c7 100644 --- a/constants.py +++ b/constants.py @@ -8,8 +8,8 @@ APP_FULL_NAME = "Parametric Video Processor"#アプリケーションの完全な名前 APP_NAME="PVP"#アプリケーションの名前 APP_ICON = None -APP_VERSION="1.0.0" -APP_LAST_RELEASE_DATE="2024-01-01" +APP_VERSION="1.0.1" +APP_LAST_RELEASE_DATE="2024-05-06" APP_COPYRIGHT_YEAR="2023-2024" APP_LICENSE="Apache License 2.0" APP_DEVELOPERS="Yukio Nozawa" diff --git a/public/readme.txt b/public/readme.txt index 2652147..25e3293 100644 --- a/public/readme.txt +++ b/public/readme.txt @@ -1,7 +1,7 @@ Parametric Video Processor -PVP- -バージョン:  ver.1.0.0 -リリース:   2024-01-01 +バージョン:  ver.1.0.1 +リリース:   2024-05-06 開発・配布元: ACT Laboratory (https://actlab.org/) リポジトリ: https://github.com/actlaboratory/PVP diff --git a/version.json b/version.json index 8e398b9..0f02687 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version": "1.0.0", "release_date": "2024-01-01"} \ No newline at end of file +{"version": "1.0.1", "release_date": "2024-05-06"} \ No newline at end of file