diff --git a/Cargo.lock b/Cargo.lock index a79e92e55..c046f6d4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1850,7 +1850,7 @@ dependencies = [ [[package]] name = "pods" -version = "1.2.2" +version = "1.2.3" dependencies = [ "anyhow", "ashpd", diff --git a/Cargo.toml b/Cargo.toml index 75bba6c9a..94e364519 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pods" -version = "1.2.2" +version = "1.2.3" authors = ["Marcus Behrendt "] edition = "2021" diff --git a/meson.build b/meson.build index ae8c3e874..0f46f2190 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'pods', 'rust', - version: '1.2.2', + version: '1.2.3', meson_version: '>= 0.59', license: 'GPL3+', )