From 4e4d785bea51a316521573333afac843d67f52eb Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sat, 11 Feb 2023 22:25:15 +0200 Subject: [PATCH] [1.0.3] --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b745e51..e1ef589 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flare/tuitio-client", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@flare/tuitio-client", - "version": "1.0.2", + "version": "1.0.3", "license": "ISC", "dependencies": { "@flare/js-utils": "^1.0.3", diff --git a/package.json b/package.json index 20bbd9b..421f368 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flare/tuitio-client", - "version": "1.0.2", + "version": "1.0.3", "description": "Tuitio client", "main": "./lib/index.js", "types": "./lib/index.d.ts",