From c25a820616b2328b8ca56a3920ed22aa21320aae Mon Sep 17 00:00:00 2001 From: nick22985 Date: Fri, 16 Dec 2022 16:32:55 +1000 Subject: [PATCH] 1.2.4 --- 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 4342fc5..2d662bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "manacube", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "manacube", - "version": "1.2.3", + "version": "1.2.4", "license": "MIT", "dependencies": { "axios": "^1.1.3", diff --git a/package.json b/package.json index 88a7926..3def87f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "manacube", - "version": "1.2.3", + "version": "1.2.4", "description": "A typescript npm packages to interact with the mana api", "main": "lib/index.js", "types": "lib/index.d.ts",