From 81e64c1d72f92937904849bdd45874aaa11db6c4 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 5 Jan 2021 19:39:55 +1300 Subject: [PATCH] v2.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68f63e4..cfa7886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@liamcottle/rustplus.js", - "version": "1.2.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3b898ba..1653035 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@liamcottle/rustplus.js", - "version": "1.2.0", + "version": "2.0.0", "description": "Unofficial NodeJS library for controlling Smart Switches in the PC game Rust", "main": "rustplus.js", "repository": {