From 794f344fa42b4920aff52d2eb143616528019129 Mon Sep 17 00:00:00 2001 From: HerozDotExe Date: Mon, 29 Jun 2026 20:58:05 +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 8d3c560..4c9f53f 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.1.1", + "version": "2.1.2", "description": "A typescript library to install and launch minecraft with or without modloaders.", "main": "dist/index.js", "types": "dist/index.d.ts",