From df34ed074d42191cb16f1bd9ef0c9a77e36fc32a Mon Sep 17 00:00:00 2001 From: Cellivar <1441553+Cellivar@users.noreply.github.com> Date: Thu, 2 Jan 2025 23:53:44 -0800 Subject: [PATCH] Release 0.3.0 Does what it says on the tin. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d12c2c..d35fb3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-receiptline-printer", - "version": "0.3.0-rc2", + "version": "0.3.0", "description": "A small library for printing ReceiptLine documents to various receipt printers from a browser.", "type": "module", "repository": {