🔖 Bump commit

This commit is contained in:
Vladislav Nepogodin 2023-09-17 03:55:26 +04:00
parent e541053a03
commit 7601d14d08
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

@ -162,7 +162,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
[[package]]
name = "cachyos-hello"
version = "0.10.0"
version = "0.10.1"
dependencies = [
"alpm",
"alpm-utils",

View File

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

View File

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