From 06dc3c7972c9272b775f0d8dd4f7480e9a21d359 Mon Sep 17 00:00:00 2001 From: Daniel Rehren Date: Sun, 24 Oct 2021 23:05:11 -0300 Subject: [PATCH] v0.9.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 222f9a9..2cd2ef1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,7 +117,7 @@ dependencies = [ [[package]] name = "ra_mp64_srm_convert" -version = "0.9.0" +version = "0.9.1" dependencies = [ "structopt", ] diff --git a/Cargo.toml b/Cargo.toml index d487a0f..627f47b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ra_mp64_srm_convert" description = "A simple application to convert to and from Retroarch Mupen64 save file." -version = "0.9.0" +version = "0.9.1" authors = ["Daniel Rehren "] edition = "2018" readme = "README.md"