From 2afb0b0a247087c1217f54150580a7c89d5fcf36 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sat, 03 Feb 2024 15:45:00 +0000 Subject: [PATCH] Release 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 172b822..5c9127b 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -1899,7 +1899,7 @@ [[package]] name = "rgit" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index f565ee0..8545710 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rgit" description = "A gitweb/cgit-like interface" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = [ "Jordan Doyle " ] license = "WTFPL" -- rgit 0.1.3