From 068c911a8ed941840b77f9954b50601441ac7370 Mon Sep 17 00:00:00 2001 From: Pal Kerecsenyi Date: Tue, 23 Jan 2024 15:51:50 +0000 Subject: [PATCH] Increase version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c0a64f..c80f98c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,7 +503,7 @@ dependencies = [ [[package]] name = "palauth-iam-rust" -version = "0.1.0" +version = "0.1.1" dependencies = [ "reqwest", "serde", diff --git a/Cargo.toml b/Cargo.toml index 8adb208..5c5cf8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "palauth-iam-rust" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" repository = "https://gitea.palk.me/paltiverse/palauth-iam-rust.git"