From 2c7d13133cc150038ceea34bfe7aab08c25a951c Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Thu, 10 Oct 2024 09:47:13 -0700 Subject: [PATCH] Bump version to 0.4.0. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8987048..b168704 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2109,7 +2109,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "legion_prof_viewer" -version = "0.3.0" +version = "0.4.0" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 4107763..0b7e262 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "legion_prof_viewer" -version = "0.3.0" +version = "0.4.0" authors = ["Elliott Slaughter "] description = "Profiler UI frontend component for Legion Prof" documentation = "https://github.com/StanfordLegion/prof-viewer"