From 847fc469d017393d220b094b1822339e306e26b1 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sat, 11 Nov 2023 11:07:25 +0800 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 311c302..b716fe5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "haruhishot" -version = "0.3.15" +version = "0.3.16" edition = "2021" build = "build.rs" diff --git a/meson.build b/meson.build index 192bff6..0974728 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('haruhishot', 'rust', - version: '0.3.15', + version: '0.3.16', meson_version: '>= 0.60' )