From 2ecb82ae633855fd927df522d3d15b2c7f089fca Mon Sep 17 00:00:00 2001 From: Ben Sherriff Date: Thu, 15 May 2025 09:23:25 -0400 Subject: [PATCH] API version 0.1.1 --- api/Cargo.lock | 2 +- api/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Cargo.lock b/api/Cargo.lock index 3853ceb..16a3f65 100644 --- a/api/Cargo.lock +++ b/api/Cargo.lock @@ -363,7 +363,7 @@ dependencies = [ [[package]] name = "api" -version = "0.1.0" +version = "0.1.1" dependencies = [ "actix-cors", "actix-multipart", diff --git a/api/Cargo.toml b/api/Cargo.toml index d37b1ab..fa836c0 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "api" -version = "0.1.0" +version = "0.1.1" edition = "2024" authors = ["Ben Sherriff "] repository = "https://gitea.bensherriff.com/bsherriff/aviation"