diff --git a/Cargo.lock b/Cargo.lock index 3767e12..d905896 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1051,7 +1051,7 @@ dependencies = [ [[package]] name = "mudmouth" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5e3eb06..6ba84c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mudmouth" -version = "0.0.2" +version = "0.0.3" edition = "2024" description = "A classic MUD-inspired EverQuest log reader with Kokoro voices" license = "MIT" diff --git a/release.nix b/release.nix index 58c3ab2..1625db3 100644 --- a/release.nix +++ b/release.nix @@ -4,7 +4,7 @@ let buildMudmouth = packageSet: packageSet.rustPlatform.buildRustPackage { pname = "mudmouth"; - version = "0.0.2"; + version = "0.0.3"; src = ./.; cargoLock.lockFile = ./Cargo.lock; nativeBuildInputs = [ packageSet.pkg-config ]; diff --git a/scripts/publish-release.sh b/scripts/publish-release.sh index 3a36571..2583d65 100755 --- a/scripts/publish-release.sh +++ b/scripts/publish-release.sh @@ -11,10 +11,11 @@ trap 'rm -f "$notes"' EXIT [[ -f "$checksums" ]] || { echo "Missing $checksums; run scripts/package-release.sh first." >&2; exit 1; } cat > "$notes" <