From 7e0088aaaa679c6152e97a34d1e3c4f5b6f665cc Mon Sep 17 00:00:00 2001 From: andresmestra Date: Mon, 10 Apr 2023 12:24:36 -0500 Subject: [PATCH] release: bump version to v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 095d972..7007a5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ticketplushq/capacitor-pos-pax-printer-utility", - "version": "1.0.0", + "version": "1.0.1", "description": "Integration to POS pax printer", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",