Increment Version
All checks were successful
Build on Release / cargo-build (push) Successful in 9s

This commit is contained in:
Luke Harding 2024-04-30 17:53:23 -04:00
parent d6560d7e8a
commit 590c43f68b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -20,7 +20,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "rust-archlinux-update"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"colored",
]

View File

@ -1,6 +1,6 @@
[package]
name = "rust-archlinux-update"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "GPL-3"