diff --git a/Cargo.lock b/Cargo.lock index c2fd833..4a749e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" [[package]] name = "cachyos-hello" -version = "0.14.6" +version = "0.14.7" dependencies = [ "alpm", "alpm-utils", diff --git a/Cargo.toml b/Cargo.toml index d455bde..dc2ec11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cachyos-hello" -version = "0.14.6" +version = "0.14.7" authors = ["Vladislav Nepogodin "] license = "GPLv3" edition = "2021" diff --git a/meson.build b/meson.build index a2199f1..81b4bf9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cachyos-hello', 'rust', - version: '0.14.6', + version: '0.14.7', license: 'GPLv3', meson_version: '>=0.56.0', default_options: ['buildtype=debugoptimized',