From 2859ee812d550cd51d24b8b28fd3f8aa53de0ff3 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 15 Mar 2021 20:52:25 +1300 Subject: [PATCH] v2.1.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 cfb3379..8e6483b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@liamcottle/rustplus.js", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@liamcottle/rustplus.js", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "dependencies": { "axios": "^0.21.1", diff --git a/package.json b/package.json index 4c1e248..d7b787c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@liamcottle/rustplus.js", - "version": "2.1.0", + "version": "2.1.1", "description": "Unofficial NodeJS library for controlling Smart Switches in the PC game Rust", "main": "rustplus.js", "repository": {