From 2c42f132217c007c85947f97db33fdf23678b16f Mon Sep 17 00:00:00 2001 From: HerozDotExe Date: Mon, 29 Jun 2026 15:33:52 +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 11191b0..883ad6a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-launcher-kit", "homepage": "https://github.com/HerozDotExe/node-launcher-kit", - "version": "2.0.0", + "version": "2.1.0", "description": "A typescript library to install and launch minecraft with or without modloaders.", "main": "dist/index.js", "types": "dist/index.d.ts",