From 442d5a2299ef7f4ec9295993ca98a8b88badb63b Mon Sep 17 00:00:00 2001 From: molsonkiko <46202915+molsonkiko@users.noreply.github.com> Date: Sat, 18 Mar 2023 12:59:41 -0700 Subject: [PATCH] up JsonTools to 4.11.1, fix crash bug in 4.11.0 (#600) Address JsonTools issue 30. https://github.com/molsonkiko/JsonToolsNppPlugin/issues/30 https://github.com/molsonkiko/JsonToolsNppPlugin/releases/tag/v4.11.1 --- src/pl.x64.json | 6 +++--- src/pl.x86.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pl.x64.json b/src/pl.x64.json index 7ae4953cb..d13c2b1b3 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -538,9 +538,9 @@ { "folder-name": "JsonTools", "display-name": "JSON Tools", - "version": "4.11.0", - "id": "a745a186e028220868b3f688fac74a2a009b4d89a84a3621d86d034af3f189c3", - "repository": "https://github.com/molsonkiko/JsonToolsNppPlugin/releases/download/v4.11.0/Release_x64.zip", + "version": "4.11.1", + "id": "b8c0d1cff04cc081069522e2ec8d1ef70653b4413f88baaf990d192d786e61be", + "repository": "https://github.com/molsonkiko/JsonToolsNppPlugin/releases/download/v4.11.1/Release_x64.zip", "description": "Query/editing tool for JSON including linting, reformatting, a tree viewer with file navigation, JSON schema validation and generation, and much more", "author": "Mark Johnston Olson", "homepage": "https://github.com/molsonkiko/JsonToolsNppPlugin", diff --git a/src/pl.x86.json b/src/pl.x86.json index cddd5c79b..d80817bae 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -616,9 +616,9 @@ { "folder-name": "JsonTools", "display-name": "JSON Tools", - "version": "4.11.0", - "id": "b07785b1334368ebc045dbdbda4f0bce8b9d9d7e2187391b329bfdaf29300640", - "repository": "https://github.com/molsonkiko/JsonToolsNppPlugin/releases/download/v4.11.0/Release_x86.zip", + "version": "4.11.1", + "id": "5840f859ab8ff12dce6ccc0d565ca72b3c24f6610b7c374ccb27ea215c1ba593", + "repository": "https://github.com/molsonkiko/JsonToolsNppPlugin/releases/download/v4.11.1/Release_x86.zip", "description": "Query/editing tool for JSON including linting, reformatting, a tree viewer with file navigation, JSON schema validation and generation, and much more", "author": "Mark Johnston Olson", "homepage": "https://github.com/molsonkiko/JsonToolsNppPlugin",