From 03d7d2de61f3e56986c875c3b413f2800da78eda Mon Sep 17 00:00:00 2001 From: Aria Beingessner Date: Fri, 23 Feb 2024 11:29:23 -0500 Subject: [PATCH] release: 0.6.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"