diff --git a/Cargo.lock b/Cargo.lock index 649ba10..d3103b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1687,7 +1687,7 @@ dependencies = [ [[package]] name = "haruhishot" -version = "0.3.14" +version = "0.3.15" dependencies = [ "clap", "dialoguer", diff --git a/meson.build b/meson.build index 8500ec3..192bff6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('haruhishot', 'rust', - version: '0.3.12', + version: '0.3.15', meson_version: '>= 0.60' )