From 466c6c04c8f4cd7e19a56183bda360d7577516cc Mon Sep 17 00:00:00 2001 From: HerozDotExe Date: Thu, 28 May 2026 18:10:22 +0200 Subject: [PATCH] build: bump minor --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcb6460..655bd22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-launcher-kit", "homepage": "https://github.com/HerozDotExe/node-launcher-kit", - "version": "1.0.1", + "version": "1.0.2", "description": "A typescript library to install and launch minecraft with or without modloaders.", "main": "dist/index.js", "types": "dist/index.d.ts",