From b770fccd808a825baffea86732e52f8c183ca5a3 Mon Sep 17 00:00:00 2001 From: Bruno Ribeiro Date: Mon, 22 Jan 2024 20:49:02 +0000 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d46a9e5..d015901 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clerk-rs" -version = "0.2.3" +version = "0.3.0" authors = ["DarrenBaldwin07"] description = "An unofficial Rust SDK for the Clerk API" repository = "https://github.com/Cincinnati-Ventures/clerk-rs"