From c9fc26e42429544b255e70b6f7d4a5b03b6573bb Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Fri, 14 Oct 2022 10:42:18 -0700 Subject: [PATCH] chore: Release {{version}} --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfa8d86..73a7d5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -924,7 +924,7 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "printnanny-dash" -version = "0.1.3" +version = "0.1.4-alpha.1" dependencies = [ "actix", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index d8e9d59..099344b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "printnanny-dash" description = "PrintNanny OS Dashboard" -version = "0.1.3" +version = "0.1.4-alpha.1" edition = "2021" repository = "https://github.com/bitsy-ai/printnanny-dash" license-file = "LICENSE"