From 109b543012d23152aece3d9a87ca48014e7302e2 Mon Sep 17 00:00:00 2001 From: Chris Schmich Date: Mon, 24 Jul 2017 22:46:25 -0500 Subject: [PATCH] Update images.json. Bump version. --- images.json | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/images.json b/images.json index 4bb9de59..7fda7e78 100644 --- a/images.json +++ b/images.json @@ -23,6 +23,12 @@ "path": "4146/pre/frost-lich-jaina.png", "url": "https://cdn.rawgit.com/schmich/hearthstone-card-images/4146/pre/frost-lich-jaina.png" }, + { + "id": "plague-scientist", + "rev": "bc9c", + "path": "bc9c/pre/plague-scientist.png", + "url": "https://cdn.rawgit.com/schmich/hearthstone-card-images/bc9c/pre/plague-scientist.png" + }, { "id": "prince-keleseth", "rev": "5229", diff --git a/package.json b/package.json index 05377335..0ae0ad22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hearthstone-card-images", - "version": "1.2.0", + "version": "1.3.0", "description": "Hearthstone card images in JSON for use with HearthstoneJSON data.", "main": "images.json", "scripts": {