From 07e230a5704c15c4d6226a9f53368487d9b25c23 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Thu, 13 Jan 2022 23:35:19 +0100 Subject: [PATCH] 2.0.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a9e70a03..a493e1b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "biscuit-auth" -version = "2.0.0-beta9" -description = "an authentication/authorization token with decentralized verification and offline delegation" +version = "2.0.0" +description = "an authorization token with decentralized verification and offline attenuation" authors = ["Geoffroy Couprie "] edition = "2018" build = "build.rs"