From 5d7b58687a499204816c086a5d8f82103c6773fd Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sat, 14 Oct 2023 10:04:53 +0800 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d615ec..5e72ebe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5194,7 +5194,7 @@ dependencies = [ [[package]] name = "xdg-desktop-portal-luminous" -version = "0.1.1" +version = "0.1.2" dependencies = [ "accessdialog", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index eb90bda..b46db41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xdg-desktop-portal-luminous" -version = "0.1.1" +version = "0.1.2" edition = "2021" [workspace] diff --git a/meson.build b/meson.build index de86f23..ad5a915 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'xdg-desktop-portal-luminous', 'rust', - version: '0.1.1', + version: '0.1.2', meson_version : '>= 1.1.0' )