From b87e3fc51b054571a4845862ed4edec9b50feb78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Izaguirre?= Date: Sat, 4 Nov 2023 18:10:41 +0100 Subject: [PATCH] Version 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 75561f3..293a5cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "iz80" -version = "0.3.8" +version = "0.4.0" diff --git a/Cargo.toml b/Cargo.toml index eede1e9..eb9c550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iz80" -version = "0.3.8" +version = "0.4.0" authors = ["Ivan Izaguirre "] edition = "2018" license = "BSD-3-Clause"