From 95c10e27b0363d9b5e736bfeba1e1ce4893502b3 Mon Sep 17 00:00:00 2001 From: Keith Lazuka Date: Sun, 26 Aug 2018 13:35:07 -0700 Subject: [PATCH] Bump version to 2.0.0 --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 99c2761..e8f26bd 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "Microsoft/elm-json-tree-view", "summary": "Shows JSON data as an expandable HTML tree", "license": "MIT", - "version": "1.0.1", + "version": "2.0.0", "exposed-modules": [ "JsonTree" ], @@ -16,4 +16,4 @@ "test-dependencies": { "elm-explorations/test": "1.0.0 <= v < 2.0.0" } -} +} \ No newline at end of file