🔖 Bump version

This commit is contained in:
Vladislav Nepogodin 2023-04-23 16:42:06 +04:00
parent 2e565bd8fe
commit 7820fecfa3
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -142,7 +142,7 @@ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]] [[package]]
name = "cachyos-hello" name = "cachyos-hello"
version = "0.9.8" version = "0.9.9"
dependencies = [ dependencies = [
"alpm", "alpm",
"alpm-utils", "alpm-utils",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cachyos-hello" name = "cachyos-hello"
version = "0.9.8" version = "0.9.9"
authors = ["Vladislav Nepogodin <nepogodin.vlad@gmail.com>"] authors = ["Vladislav Nepogodin <nepogodin.vlad@gmail.com>"]
license = "GPLv3" license = "GPLv3"
edition = "2021" edition = "2021"

View File

@ -1,5 +1,5 @@
project('cachyos-hello', 'rust', project('cachyos-hello', 'rust',
version: '0.9.8', version: '0.9.9',
license: 'GPLv3', license: 'GPLv3',
meson_version: '>=0.56.0', meson_version: '>=0.56.0',
default_options: ['buildtype=debugoptimized', default_options: ['buildtype=debugoptimized',