diff --git a/Cargo.lock b/Cargo.lock index cd8bb98..0ec4a56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1069,7 +1069,7 @@ checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" [[package]] name = "rustyfox" -version = "0.1.0" +version = "0.2.0-rc1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c936ef5..43ce545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustyfox" description = "A client for https://furaffinity-api.herokuapp.com" -version = "0.2-rc1" +version = "0.2.0-rc1" edition = "2021" repository = "https://git.doggoat.de/dhalucario/rustyfox.git" homepage = "https://furaffinity-api.herokuapp.com"