diff --git a/Cargo.lock b/Cargo.lock index f4780d5..07758fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3443,7 +3443,7 @@ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" [[package]] name = "pinready" -version = "0.16.0" +version = "0.17.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 096e442..0a06e94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pinready" -version = "0.16.0" +version = "0.17.0" edition = "2021" description = "Cross-platform configurator and launcher supporting the adoption of Visual Pinball 10.8.1 — for testers and early adopters, not a replacement for a stable production setup" license = "GPL-3.0-or-later"