From eaf64a63861ebdf7ad8782811ede954c9e2de8a2 Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Mon, 26 Aug 2024 10:27:26 -0400 Subject: [PATCH] [Added Versioning Information] --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 5666b2b..197b60f 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -300,7 +300,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "champ" -version = "0.0.0" +version = "2024.10.1" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b69d1cf..0c5535d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "champ" -version = "0.0.0" -description = "A Tauri App" -authors = ["you"] +version = "2024.10.1" +description = "Central Helpdesk Application and Management Platform" +authors = ["James Brotosky, Joe Linnemeier"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html