diff --git a/Cargo.lock b/Cargo.lock index 0a2359f..7e48a23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "aipman" -version = "9.0.0" +version = "10.0.0" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 014f567..8f1b4db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aipman" authors = [ "Dylan Turner " ] -version = "9.0.0" +version = "10.0.0" edition = "2021" license = "GPL-3.0" description = "The AppImage Package Manager"