From bfdfa5c421d88fc7115840878e5c6d63480c9df2 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Sat, 7 Dec 2024 22:24:55 +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 79d22e6..022d29d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -244,7 +244,7 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cachyos-hello" -version = "0.15.3" +version = "0.15.4" dependencies = [ "alpm", "alpm-utils", diff --git a/Cargo.toml b/Cargo.toml index 6d50a10..e394c77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cachyos-hello" -version = "0.15.3" +version = "0.15.4" authors = ["Vladislav Nepogodin "] license = "GPLv3" edition = "2021" diff --git a/meson.build b/meson.build index cf00601..856b44a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cachyos-hello', 'rust', - version: '0.14.8', + version: '0.15.4', license: 'GPLv3', meson_version: '>=0.56.0', default_options: ['buildtype=debugoptimized',