From 8e6294641e50fa1511f8f063bec32c608319f5cf Mon Sep 17 00:00:00 2001 From: 2767mr <2767mr@gmx.at> Date: Sun, 19 Apr 2020 12:57:30 +0200 Subject: [PATCH] Updated Map Watcher --- input-locations.json | 6 +++--- mods.json | 4 ++-- npDatabase.json | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/input-locations.json b/input-locations.json index f75e481b..ad4d2df3 100644 --- a/input-locations.json +++ b/input-locations.json @@ -187,12 +187,12 @@ }, { "type": "ccmod", - "url": "https://github.com/CCDirectLink/map-watch/releases/download/v1.0.0/map-watch.ccmod" + "url": "https://github.com/CCDirectLink/map-watch/releases/download/v1.0.1/map-watch.ccmod" }, { "type": "modZip", - "urlZip": "https://github.com/CCDirectLink/map-watch/archive/v1.0.0.zip", - "source": "map-watch-1.0.0" + "urlZip": "https://github.com/CCDirectLink/map-watch/archive/v1.0.1.zip", + "source": "map-watch-1.0.1" } ] diff --git a/mods.json b/mods.json index f3b806a2..49e81425 100644 --- a/mods.json +++ b/mods.json @@ -327,9 +327,9 @@ "name": "Map Watcher", "description": "A mod that automatically loads a map when changes are detected", "page": [], - "archive_link": "https://github.com/CCDirectLink/map-watch/releases/download/v1.0.0/map-watch.ccmod", + "archive_link": "https://github.com/CCDirectLink/map-watch/releases/download/v1.0.1/map-watch.ccmod", "hash": { - "sha256": "64ea4c411c7ffebf672626b5909c18dac510d1f4d0b420a39fc2e4977fad281b" + "sha256": "3aaed6cdb1fcacbdd9462a8929cb7cdc6cb2dd318abdc731279aede81b6a9107" }, "version": "1.0.0" }, diff --git a/npDatabase.json b/npDatabase.json index 836c3afc..2e021cb9 100644 --- a/npDatabase.json +++ b/npDatabase.json @@ -576,17 +576,17 @@ "installation": [ { "type": "ccmod", - "url": "https://github.com/CCDirectLink/map-watch/releases/download/v1.0.0/map-watch.ccmod", + "url": "https://github.com/CCDirectLink/map-watch/releases/download/v1.0.1/map-watch.ccmod", "hash": { - "sha256": "64ea4c411c7ffebf672626b5909c18dac510d1f4d0b420a39fc2e4977fad281b" + "sha256": "3aaed6cdb1fcacbdd9462a8929cb7cdc6cb2dd318abdc731279aede81b6a9107" } }, { "type": "modZip", - "url": "https://github.com/CCDirectLink/map-watch/archive/v1.0.0.zip", - "source": "map-watch-1.0.0", + "url": "https://github.com/CCDirectLink/map-watch/archive/v1.0.1.zip", + "source": "map-watch-1.0.1", "hash": { - "sha256": "1a0b318e7cba4a1990d83084742f0f8e23bee13e8da617f16c7dd7bc67ab81c2" + "sha256": "d1418de1c414bd6e51d7f2a8a0ee8c29f5a9055bad1c074f25724707750ce2f1" } } ]