Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions input-locations.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -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"
},
{
"type": "modZip",
Expand Down
4 changes: 2 additions & 2 deletions mods.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -374,9 +374,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"
},
Expand Down
10 changes: 5 additions & 5 deletions npDatabase.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -670,17 +670,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"
}
}
]
Expand Down