From 89cb0c475bc9fdba95a533a9244db2f0d08699c1 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Sat, 23 Sep 2023 23:51:07 +0200 Subject: [PATCH] 1.0.0 --- Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- frontend/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5118470..640c075 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1504,7 +1504,7 @@ dependencies = [ [[package]] name = "singit_srv" -version = "0.1.0" +version = "1.0.0" dependencies = [ "actix-files", "actix-web", @@ -1520,7 +1520,7 @@ dependencies = [ [[package]] name = "singit_web" -version = "0.2.2" +version = "1.0.0" dependencies = [ "css_typegen", "csv", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 312bc87..95a1e60 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "singit_srv" -version = "0.1.0" +version = "1.0.0" authors = ["Joakim Hulthe