diff --git a/Cargo.lock b/Cargo.lock index d1ee5899..8b849469 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2265,7 +2265,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "oranda" -version = "0.6.2-prerelease.1" +version = "0.6.2" dependencies = [ "ammonia", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 4b3ea241..0f9badcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "oranda" description = "🎁 generate beautiful landing pages for your projects" repository = "https://github.com/axodotdev/oranda" homepage = "https://opensource.axo.dev/oranda" -version = "0.6.2-prerelease.1" +version = "0.6.2" edition = "2021" authors = ["Axo Developer Co. "] license = "MIT OR Apache-2.0"