From d81f7bcedb88c397c60612757e0cf2229260f9ef Mon Sep 17 00:00:00 2001 From: Ben Sherriff Date: Tue, 15 Apr 2025 19:22:16 -0400 Subject: [PATCH] Reset versions for first deployment --- api/Cargo.lock | 2 +- api/Cargo.toml | 2 +- ui/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/Cargo.lock b/api/Cargo.lock index 3e35886..4f1ee9d 100644 --- a/api/Cargo.lock +++ b/api/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "api" -version = "0.1.3" +version = "0.1.0" dependencies = [ "actix-cors", "actix-multipart", diff --git a/api/Cargo.toml b/api/Cargo.toml index a0e231d..c21ed61 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "api" -version = "0.1.3" +version = "0.1.0" edition = "2021" authors = ["Ben Sherriff "] repository = "https://gitea.bensherriff.com/bsherriff/aviation" diff --git a/ui/package.json b/ui/package.json index c340747..001ed2a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "aviation-ui", - "version": "0.1.2", + "version": "0.1.0", "private": true, "type": "module", "scripts": {