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 @@