Skip to content

Commit

Permalink
🔖 v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karoterra committed Aug 14, 2022
1 parent ec08f8d commit 566a273
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Change Log

## v0.1.0 (2022-08-14)
初版公開
2 changes: 1 addition & 1 deletion src/throw_exception.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using AviUtl::FilterPlugin;
using AviUtl::detail::FilterPluginFlag;

const char* kFilterName = "ThrowException";
const char* kFilterInformation = "ThrowException v0.0.0 by karoterra";
const char* kFilterInformation = "ThrowException v0.1.0 by karoterra";

BOOL func_WndProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam, AviUtl::EditHandle* editp, FilterPlugin* fp) {
switch (message) {
Expand Down

0 comments on commit 566a273

Please sign in to comment.