From 2451165d682d4284fa9a8201fadef63dc4e6d6e0 Mon Sep 17 00:00:00 2001 From: RichardDorian Date: Tue, 15 Feb 2022 11:39:40 +0100 Subject: [PATCH] build: :package: bump package version to 1.0.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0841a6f..408fe16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "minecraft-protocol-lunarclient", - "version": "1.0.0", + "name": "@solar-tweaks/minecraft-protocol-lunarclient", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "minecraft-protocol-lunarclient", - "version": "1.0.0", + "name": "@solar-tweaks/minecraft-protocol-lunarclient", + "version": "1.0.1", "license": "MIT", "dependencies": { "minecraft-protocol": "^1.30.0" diff --git a/package.json b/package.json index 33cb54c..31b412e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solar-tweaks/minecraft-protocol-lunarclient", - "version": "1.0.0", + "version": "1.0.1", "description": "Custom packets used by Lunar Client for node-minecraft-protocol", "main": "src/index.js", "scripts": {