From f7ac5e6b8bb8472070587e1f50e21bce5ee79d1e Mon Sep 17 00:00:00 2001 From: Peter Klein Date: Thu, 4 Apr 2019 18:44:28 +0200 Subject: [PATCH] v1.0 --- dist/demo.html | 6 ++++-- dist/js/jsoneditor_demo.js | 2 +- dist/js/jsoneditor_demo.min.js | 2 +- package.json | 2 +- src/demo.html | 2 ++ 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/dist/demo.html b/dist/demo.html index 636a621..c401c0e 100644 --- a/dist/demo.html +++ b/dist/demo.html @@ -27,11 +27,13 @@ diff --git a/dist/js/jsoneditor_demo.js b/dist/js/jsoneditor_demo.js index f683b6c..14a09ef 100644 --- a/dist/js/jsoneditor_demo.js +++ b/dist/js/jsoneditor_demo.js @@ -1,7 +1,7 @@ /** * @name JSON-Editor Interactive Playground * @description The JSON-Editor Interactive Playground is a page where you can test various setups for the JSON Schema parser JSON-Editor - * @version {{ VERSION }} + * @version 1.0.0 * @author Peter Klein * @see https://github.com/pmk65/jedemov2/ * @license MIT diff --git a/dist/js/jsoneditor_demo.min.js b/dist/js/jsoneditor_demo.min.js index 3e116c7..8f1d1b3 100644 --- a/dist/js/jsoneditor_demo.min.js +++ b/dist/js/jsoneditor_demo.min.js @@ -1,7 +1,7 @@ /** * @name JSON-Editor Interactive Playground * @description The JSON-Editor Interactive Playground is a page where you can test various setups for the JSON Schema parser JSON-Editor - * @version {{ VERSION }} + * @version 1.0.0 * @author Peter Klein * @see https://github.com/pmk65/jedemov2/ * @license MIT diff --git a/package.json b/package.json index 012c583..e23c7ef 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@pmk65/jedemov2", "title": "JSONEditor Interactive Demo v2", "description": "JSON Schema based editor demo", - "version": "0.6.0", + "version": "1.0.0", "main": "dist/jsoneditor.js", "author": { "name": "Peter Klein", diff --git a/src/demo.html b/src/demo.html index f4aa242..c401c0e 100644 --- a/src/demo.html +++ b/src/demo.html @@ -27,11 +27,13 @@