From 0011ea88c0e9e9492190f7bdb70fe05e5ecd39a2 Mon Sep 17 00:00:00 2001 From: krypek Date: Mon, 19 Feb 2024 17:16:17 +0100 Subject: [PATCH 1/2] Update ccmod.json --- ccmod.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ccmod.json b/ccmod.json index 07e542c..c4d680c 100644 --- a/ccmod.json +++ b/ccmod.json @@ -6,7 +6,9 @@ "en_US": "A better world map", "ru_RU": "Улучшенная карта мира" }, - "homepage": "https://github.com/dmitmel/cc-world-map-overhaul", + "repository": "https://github.com/dmitmel/cc-world-map-overhaul", + "tags": ["cosmetic"], + "authors": "dmitmel", "icons": { "24": "icon24.png" }, From 72319e4fa8c6db9e87f372a41754b7ac887b6741 Mon Sep 17 00:00:00 2001 From: krypek Date: Sun, 9 Jun 2024 13:33:21 +0200 Subject: [PATCH 2/2] v1.1.3 --- ccmod.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ccmod.json b/ccmod.json index c4d680c..2b9eba5 100644 --- a/ccmod.json +++ b/ccmod.json @@ -1,6 +1,6 @@ { "id": "world-map-overhaul", - "version": "1.1.2", + "version": "1.1.3", "title": "World map overhaul", "description": { "en_US": "A better world map", diff --git a/package.json b/package.json index 7542836..187cc77 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "ccmodHumanName": "World map overhaul", "description": "A better world map", "homepage": "https://github.com/dmitmel/cc-world-map-overhaul", - "version": "1.1.2", + "version": "1.1.3", "prestart": "prestart.js", "assets": [ "media/gui/better-world-map/overlays/colored/arid.png",