From bf9f8e60c779c5e8e2c075c81e8573e64c952dc0 Mon Sep 17 00:00:00 2001 From: Matt Bilker Date: Tue, 10 Dec 2019 03:09:34 +0000 Subject: [PATCH] kbinxml(cargo): version 2.1.0 --- kbinxml/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbinxml/Cargo.toml b/kbinxml/Cargo.toml index af4db05..2c07fd1 100644 --- a/kbinxml/Cargo.toml +++ b/kbinxml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kbinxml" -version = "2.0.2" +version = "2.1.0" authors = ["Matt Bilker "] description = "An encoder/decoder for Konami's binary XML format used in many of their games." license = "MIT"