From 6d9b19ee37532411048fd372c5638a4fb3dba943 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 17 Jul 2024 21:54:39 +0200 Subject: [PATCH] chore(web): bump version we can consider this somewhat v0.3? v0.1 was the initial layout with 4 tabs, v0.2 was current layout but mixed timelines, v0.3 is after timelines rework? --- web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Cargo.toml b/web/Cargo.toml index 33c59a1..229de4c 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "upub-web" -version = "0.1.0" +version = "0.3.0" edition = "2021" authors = [ "alemi " ] description = "web frontend for upub"