From eb093591c9738b817de4c0e5b3b10c2fd2712631 Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Sat, 25 May 2024 23:36:16 -0400 Subject: [PATCH] Updated version to '0.1.1' --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 852a981..d6495d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1426,7 +1426,7 @@ dependencies = [ [[package]] name = "transportal" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 54b1775..22d432a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "transportal" -version = "0.1.0" +version = "0.1.1" edition = "2021" # htmx and the sse extension (which are bundled with the application) are # licensed under 0BSD