From 54225ca729516bb4077f1d16ca7678ead089ee70 Mon Sep 17 00:00:00 2001 From: Savanni D'Gerinel Date: Mon, 23 Sep 2024 23:01:47 -0400 Subject: [PATCH] Bump the version number --- Cargo.lock | 2 +- dashboard/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d34c3f..c7b7d5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -925,7 +925,7 @@ dependencies = [ [[package]] name = "dashboard" -version = "0.1.2" +version = "0.1.3" dependencies = [ "async-std", "cairo-rs", diff --git a/dashboard/Cargo.toml b/dashboard/Cargo.toml index 7062eb1..05b9ece 100644 --- a/dashboard/Cargo.toml +++ b/dashboard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dashboard" -version = "0.1.2" +version = "0.1.3" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html