From dc44c47df1c8d90dcf424863c90c861987141c40 Mon Sep 17 00:00:00 2001 From: Benjamin Sherriff Date: Wed, 26 Jul 2023 18:36:35 -0400 Subject: [PATCH] Updated version to 0.2.3 --- .version | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index cdca5d4..4f1b91d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -SIREN_VERSION=0.2.2 \ No newline at end of file +SIREN_VERSION=0.2.3 \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index bd3ba7e..be626fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "siren" -version = "0.2.2" +version = "0.2.3" edition = "2021" authors = ["Ben Sherriff "] repository = "https://github.com/bensherriff/siren"