From ecac7e5890dfab381b42b2a4eaf53a97a3f3bbf8 Mon Sep 17 00:00:00 2001 From: Lajos Meszaros Date: Sat, 25 May 2024 21:56:03 +0200 Subject: [PATCH] 2.1.0 --- 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 dcc71f7..47747ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arx-map-lalees-minigame", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "arx-map-lalees-minigame", - "version": "2.0.0", + "version": "2.1.0", "license": "GPL-3.0-or-later", "dependencies": { "arx-convert": "^9.0.0", diff --git a/package.json b/package.json index 38a4c1e..dd471a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arx-map-lalees-minigame", - "version": "2.0.0", + "version": "2.1.0", "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.4.5" } -} \ No newline at end of file +}