Skip to content

Commit

Permalink
🔖r40
Browse files Browse the repository at this point in the history
  • Loading branch information
hebiiro committed Oct 8, 2024
1 parent 952bf09 commit 04e626c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@

## 🔖更新履歴

* r40 🗓️2024/10/08
* 『ダークモード化』
* 🩹リストビューを表示すると強制終了する問題に対応
* r39 🗓️2024/10/07
* 『ダークモード化』
* 💥スキンの仕様を大幅に変更
Expand Down
2 changes: 1 addition & 1 deletion ultimate.auf/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace apn
{
static const auto plugin_version = "r38"s;
static const auto plugin_version = "r40"s;
static const auto video_filter_name = "アルティメットプラグイン"s;
static const auto video_filter_information = video_filter_name + " " + plugin_version;
static const auto audio_filter_name = video_filter_name + "(音声)";
Expand Down

0 comments on commit 04e626c

Please sign in to comment.