From 4c0e564e75debf5ca705b1f3234df852823ec9bc Mon Sep 17 00:00:00 2001 From: mdsiddiq-till <67993590+mdsiddiq-till@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:21:33 +0530 Subject: [PATCH] chore: release 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fc07e8..453683f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tillpos/rn-receipt-printer-utils", - "version": "0.2.18", + "version": "0.3.0", "description": "Fork of react-native-printer. A React Native Library to support USB/BLE/Net printer", "main": "lib/commonjs/index", "module": "lib/module/index",