From 0fbed256b2a4479d584ad654b063748decac6286 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Tue, 25 Jun 2024 21:08:13 +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 42ba62c..8df4cf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "cachyos-hello" -version = "0.14.5" +version = "0.14.6" dependencies = [ "alpm", "alpm-utils", diff --git a/Cargo.toml b/Cargo.toml index bf21723..76b89bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cachyos-hello" -version = "0.14.5" +version = "0.14.6" authors = ["Vladislav Nepogodin "] license = "GPLv3" edition = "2021" diff --git a/meson.build b/meson.build index 212c732..a2199f1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cachyos-hello', 'rust', - version: '0.14.5', + version: '0.14.6', license: 'GPLv3', meson_version: '>=0.56.0', default_options: ['buildtype=debugoptimized',