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', )