From 67c79a230ad0f24c27a9763d417f450383dbe7d2 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Wed, 29 Jan 2025 23:37:30 +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 5010cab..64444cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -401,7 +401,7 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cachyos-hello" -version = "0.16.1" +version = "0.16.2" dependencies = [ "alpm", "alpm-utils", diff --git a/Cargo.toml b/Cargo.toml index afe999a..e572668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cachyos-hello" -version = "0.16.1" +version = "0.16.2" authors = ["Vladislav Nepogodin "] license = "GPLv3" edition = "2021" diff --git a/meson.build b/meson.build index 5519ca8..3f7831d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cachyos-hello', 'rust', - version: '0.16.1', + version: '0.16.2', license: 'GPLv3', meson_version: '>=0.56.0', default_options: ['buildtype=debugoptimized',