From 06794fe0aff4c73c8d29d46d5d89b12ef1a4a12e Mon Sep 17 00:00:00 2001 From: Mossfet Date: Mon, 5 Jun 2023 18:11:12 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e90edb0..2b08c8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mossfets-life" -version = "0.9.2" +version = "0.9.4" authors = ["Mossfet"] edition = "2021" license = "GPL-3.0-or-later" diff --git a/meson.build b/meson.build index 09d0289..ad0c772 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mossfets-life', 'rust', - version: '0.9.2', + version: '0.9.4', meson_version: '>= 0.59', # license: 'MIT', )