diff --git a/constants.py b/constants.py index 01c22d1..8c9dc98 100644 --- a/constants.py +++ b/constants.py @@ -9,8 +9,8 @@ APP_FULL_NAME = "Universal Live Tracking and Recording App"#アプリケーションの完全な名前 APP_NAME="ULTRA"#アプリケーションの名前 APP_ICON = "ultra.ico" -APP_VERSION="1.5.1" -APP_LAST_RELEASE_DATE="2023-01-09" +APP_VERSION="1.5.2" +APP_LAST_RELEASE_DATE="2023-02-11" APP_COPYRIGHT_YEAR="2021-2023" APP_LICENSE="Apache License 2.0" APP_DEVELOPERS="Kazto Kitabatake, ACT Laboratory" diff --git a/public/readme.txt b/public/readme.txt index d26398a..da176c0 100644 --- a/public/readme.txt +++ b/public/readme.txt @@ -1,7 +1,7 @@ Universal Live Tracking and Recording App -ULTRA- - バージョン:  ver.1.5.1 - リリース:   2023-01-09 + バージョン:  ver.1.5.2 + リリース:   2023-02-11 開発・配布元: ACT Laboratory (https://actlab.org/) 主要開発者:  北畠一翔   ソフト種別:  オープンソースソフトウェア (GitHubリポジトリ:https://github.com/actlaboratory/ULTRA/) diff --git a/version.json b/version.json index 1e9d1c6..c01a9ac 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version": "1.5.1", "release_date": "2023-01-09"} \ No newline at end of file +{"version": "1.5.2", "release_date": "2023-02-11"} \ No newline at end of file