From 74db8e5fe6e6926799e5f58efffd0a92b19cd343 Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 4 Mar 2019 21:31:37 -0500 Subject: [PATCH] final touches --- README.md | 4 ++-- wozardry.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31e2f3a..e1511d9 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ The `verify` command does not "read" the data on the disk like an emulator would. It merely verifies the structure of the `.woz` file itself and applies a few sanity checks on the embedded metadata (if any). The disk may or may not boot in an emulator. It may not pass its own copy protection checks. It may not -have the data you expected, or any data at all. `wozardry` can't answer those -questions. +have the data you expected, or any data at all. The `verify` command can not +answer those questions. ### `dump` command diff --git a/wozardry.py b/wozardry.py index 6469a12..44c524d 100755 --- a/wozardry.py +++ b/wozardry.py @@ -13,8 +13,8 @@ import itertools import os import sys -__version__ = "2.0-beta" # https://semver.org -__date__ = "2019-03-02" +__version__ = "2.0" # https://semver.org +__date__ = "2019-03-04" __progname__ = "wozardry" __displayname__ = __progname__ + " " + __version__ + " by 4am (" + __date__ + ")"