From 1735b66436f271c716cea451cd05a47688abaf50 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Wed, 1 Jul 2020 15:23:55 +0100 Subject: [PATCH] version bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 77c9c97..3b8caa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "bitsy-parser" -version = "0.70.1" +version = "0.70.2" authors = ["Max Bradbury "] edition = "2018" -description = "A parser for Bitsy game data" +description = "A parser and utilities for working with Bitsy game data" readme = "README.md" repository = "https://github.com/synth-ruiner/bitsy-parser" license = "MIT"