diff --git a/Cargo.lock b/Cargo.lock index c3ad2fc..b09bbea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ [[package]] name = "biscuit-php" -version = "0.1.0" +version = "0.2.0" dependencies = [ "biscuit-auth", "ext-php-rs", diff --git a/Cargo.toml b/Cargo.toml index 69945a7..b39c4c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biscuit-php" -version = "0.1.0" +version = "0.2.0" edition = "2024" license = "Apache-2.0" description = "PHP wrapper for Biscuit authorization tokens"