diff --git a/Cargo.lock b/Cargo.lock index 45aa38dfb6..e55d7d120b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2085,7 +2085,7 @@ dependencies = [ [[package]] name = "rnote" -version = "0.2.5" +version = "0.3.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index d8e5c66615..df22a4beb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rnote" -version = "0.2.5" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/meson.build b/meson.build index a0eeb24a26..3637db7a45 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'rnote', 'rust', - version: '0.2.5', + version: '0.3.0', meson_version: '>= 0.56', ) i18n = import('i18n')