From 61abad2fad7912756f153db018d13becb3e25fa1 Mon Sep 17 00:00:00 2001 From: ry755 Date: Tue, 1 Dec 2020 16:11:36 -0800 Subject: [PATCH] Bump version to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0860ce..488505b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/ry755/tms9918a_emu.git" edition = "2018" -version = "0.2.0" +version = "0.2.1" [dependencies] minifb = "0.19.1"