From b54f37b65d3aa82d35b4ae983f860f317cbdf082 Mon Sep 17 00:00:00 2001 From: Raicuparta Date: Mon, 23 Oct 2023 18:23:38 +0200 Subject: [PATCH] 0.1.16 --- backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 6501a423..8c8b82d3 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2617,7 +2617,7 @@ dependencies = [ [[package]] name = "rai-pal" -version = "0.1.15" +version = "0.1.16" dependencies = [ "byteorder", "directories", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 0584ea87..f6663d5a 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rai-pal" -version = "0.1.15" +version = "0.1.16" authors = ["Raicuparta"] license = "GPL-3.0-or-later" repository = "https://github.com/Raicuparta/rai-pal"