From f8bd795cad79611be04932e62f567c1d5aeb765a Mon Sep 17 00:00:00 2001 From: John Sirois Date: Wed, 11 Dec 2024 10:22:52 -0800 Subject: [PATCH] Prepare the 1.3.0 release. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6b3bf4..b12948f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -819,7 +819,7 @@ dependencies = [ [[package]] name = "scie-jump" -version = "1.2.0" +version = "1.3.0" dependencies = [ "bstr", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index ffd3c61..abdc629 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ [package] name = "scie-jump" -version = "1.2.0" +version = "1.3.0" description = "The self contained interpreted executable launcher." authors = [ "John Sirois ",