From a6f3b6e939e63373af1e555bbf5098d7d84723e7 Mon Sep 17 00:00:00 2001 From: Tacx <12997062+tacxou@users.noreply.github.com> Date: Wed, 19 Jun 2024 21:41:45 +0200 Subject: [PATCH] chore: Update package.json version to 1.0.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b276d10..f274dfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@the-software-compagny/nestjs_module_rcon", - "version": "1.0.1", + "version": "1.0.2", "description": "RCON module for NestJS Framework", "repository": "https://github.com/The-Software-Compagny/nestjs_module_rcon.git", "author": "Tacx <12997062+tacxticx88@users.noreply.github.com>", @@ -32,4 +32,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}