From 5f387657b47166f32aa30b27e7cbd8e085729d22 Mon Sep 17 00:00:00 2001 From: Andrew Hyndman Date: Sat, 21 Oct 2023 22:32:29 -0400 Subject: [PATCH] v0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40e9801..7d184a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ajhyndman/puz", - "version": "0.2.0", + "version": "0.3.0", "description": "Read and write Across Lite .puz files", "main": "dist/index.js", "module": "dist/index.esm.js",