From 9ad3f4b0b89fc8c5efded6de3ebf64a0469c37c7 Mon Sep 17 00:00:00 2001 From: geno Date: Thu, 2 May 2024 10:13:27 -0400 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d31e348..d98a5d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,7 +236,7 @@ dependencies = [ [[package]] name = "psxmem" -version = "0.1.2" +version = "0.1.3" dependencies = [ "byteorder", "deku", diff --git a/Cargo.toml b/Cargo.toml index 15adc29..2bb7b97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psxmem" -version = "0.1.2" +version = "0.1.3" authors = ["geno nullfree "] license = "BSD-3-Clause" description = "This is a library to read and write PSX/PS1 memory card files."