From d0fb6a71950f105092cf14c8a911631ce9d0bc3c Mon Sep 17 00:00:00 2001 From: Lajos Meszaros Date: Sat, 5 Oct 2024 19:06:13 +0200 Subject: [PATCH] 2.1.1 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02cf96d..795a623 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arx-map-lalees-minigame", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arx-map-lalees-minigame", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "dependencies": { "arx-convert": "^10.1.1", diff --git a/package.json b/package.json index c095cc4..263497a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arx-map-lalees-minigame", - "version": "2.1.0", + "version": "2.1.1", "description": "An Arx Fatalis map to promote 'Lalee's Games' youtube channel", "main": "src/index.ts", "type": "module", @@ -38,4 +38,4 @@ "tsc-alias": "^1.8.10", "typescript": "^5.5.4" } -} \ No newline at end of file +}