From 09176a77e77eb93eb2370571d6828f5ee95b8f6a Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 4 Oct 2022 21:22:59 +1300 Subject: [PATCH] v1.5.1 --- 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 44aa8df..eb72250 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@liamcottle/valorant.js", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@liamcottle/valorant.js", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "dependencies": { "axios": "^0.21.1" diff --git a/package.json b/package.json index 758627e..504c332 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@liamcottle/valorant.js", - "version": "1.5.0", + "version": "1.5.1", "description": "Unofficial NodeJS library for the VALORANT APIs used in game.", "main": "index.js", "repository": {