From fc46c306cb06d18dca98f380bda451c2215c7a17 Mon Sep 17 00:00:00 2001 From: ac2pic Date: Sat, 7 Mar 2020 20:25:14 -0600 Subject: [PATCH] Updated item-api --- input-locations.json | 4 ++-- mods.json | 6 +++--- npDatabase.json | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/input-locations.json b/input-locations.json index f5077904..4f40ddbb 100644 --- a/input-locations.json +++ b/input-locations.json @@ -111,8 +111,8 @@ }, { "type": "modZip", - "urlZip": "https://github.com/CCDirectLink/item-api/archive/v0.2.1.zip", - "source": "item-api-0.2.1" + "urlZip": "https://github.com/CCDirectLink/item-api/archive/v0.3.0.zip", + "source": "item-api-0.3.0" }, { "type": "modZip", diff --git a/mods.json b/mods.json index f870ef75..f89cee32 100644 --- a/mods.json +++ b/mods.json @@ -281,11 +281,11 @@ "url": "https://gitlab.com/20kdc/ccprestartapi" } ], - "archive_link": "https://github.com/CCDirectLink/item-api/archive/v0.2.1.zip", + "archive_link": "https://github.com/CCDirectLink/item-api/archive/v0.3.0.zip", "hash": { - "sha256": "02d579898f684c6d84b6cf5d807764208be42c31b05a6b9dd1546de66a45fd91" + "sha256": "ec05891593aff7cb504171c243357bb883f50e09f6d8224ef36aff9cb93a7f91" }, - "version": "0.2.1" + "version": "0.3.0" }, "jetpack": { "name": "jetpack", diff --git a/npDatabase.json b/npDatabase.json index f4ae8f79..76058ae8 100644 --- a/npDatabase.json +++ b/npDatabase.json @@ -463,7 +463,7 @@ "name": "item-api", "description": "Allows custom items to be prepared in such a way that they 'just work'.", "homepage": "https://gitlab.com/20kdc/ccprestartapi", - "version": "0.2.1", + "version": "0.3.0", "ccmodDependencies": { "templating-api": "^0.*" }, @@ -474,10 +474,10 @@ "installation": [ { "type": "modZip", - "url": "https://github.com/CCDirectLink/item-api/archive/v0.2.1.zip", - "source": "item-api-0.2.1", + "url": "https://github.com/CCDirectLink/item-api/archive/v0.3.0.zip", + "source": "item-api-0.3.0", "hash": { - "sha256": "02d579898f684c6d84b6cf5d807764208be42c31b05a6b9dd1546de66a45fd91" + "sha256": "ec05891593aff7cb504171c243357bb883f50e09f6d8224ef36aff9cb93a7f91" } } ]