From dc6696d4cb43383717ddc281b40595097399cc7d Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Fri, 31 May 2024 20:08:42 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 6cfd65a..e9ca7e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "cachyos-hello" -version = "0.14.3" +version = "0.14.4" dependencies = [ "alpm", "alpm-utils", diff --git a/Cargo.toml b/Cargo.toml index 0dbf309..c536e19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cachyos-hello" -version = "0.14.3" +version = "0.14.4" authors = ["Vladislav Nepogodin "] license = "GPLv3" edition = "2021" diff --git a/meson.build b/meson.build index 4326e39..d80b797 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cachyos-hello', 'rust', - version: '0.14.3', + version: '0.14.4', license: 'GPLv3', meson_version: '>=0.56.0', default_options: ['buildtype=debugoptimized',