From 7d2a5dedcd340f0633c411af75ebd094c77d4803 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Fri, 18 Nov 2022 00:17:32 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Update=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 1636f6a..8a32aa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,7 +108,7 @@ checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" [[package]] name = "cachyos-hello" -version = "0.8.7" +version = "0.8.8" dependencies = [ "alpm", "alpm-utils", diff --git a/Cargo.toml b/Cargo.toml index e585c2c..65b8866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cachyos-hello" -version = "0.8.7" +version = "0.8.8" authors = ["Vladislav Nepogodin "] license = "GPLv3" edition = "2021" diff --git a/meson.build b/meson.build index 758e008..8ff721a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cachyos-hello', 'rust', - version: '0.8.7', + version: '0.8.8', license: 'GPLv3', meson_version: '>=0.56.0', default_options: ['buildtype=debugoptimized',