diff --git a/package.json b/package.json
index c28e8e369c2633736d549ebd005fade30d265f29..d401e9920d9573f36bd8192ed9c30ba28af46358 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "verona-modules-aspect",
-  "editor_version": "0.0.2",
-  "player_version": "0.0.1",
+  "editor_version": "0.1.0",
+  "player_version": "0.1.0",
   "scripts": {
     "ng": "ng",
     "start": "ng serve",
diff --git a/projects/editor/src/html_wrapper/index.html b/projects/editor/src/html_wrapper/index.html
index 6e897942eb658d2f4d7d605519f901388b4f3913..80d5e90a8be7ba941af4a28575f8950ffef0e503 100644
--- a/projects/editor/src/html_wrapper/index.html
+++ b/projects/editor/src/html_wrapper/index.html
@@ -5,7 +5,7 @@
     <title>Verona Editor Aspect</title>
 
     <meta name="application-name" content="iqb-editor-aspect"
-          data-version="0.0.2"
+          data-version="0.1.0"
           data-api-version="2.0.0"
           data-repository-url="https://github.com/iqb-berlin/verona-modules-apect"
           data-supported-unit-definition-types="iqb-aspect-module@0.0.1"/>
@@ -30,7 +30,7 @@
           "de": "TODO",
           "en": "TODO"
         },
-        "version": "0.0.2",
+        "version": "0.1.0",
         "apiVersion": "2.0",
         "repository": {
           "type": "git",
diff --git a/projects/player/src/html_wrapper/index.html b/projects/player/src/html_wrapper/index.html
index f41b9112fed5049a8af79eb08c2d16a344b21f2c..6d4495d5064d9f9507b267e0a4501d18b4b10a92 100644
--- a/projects/player/src/html_wrapper/index.html
+++ b/projects/player/src/html_wrapper/index.html
@@ -5,7 +5,7 @@
   <title>Verona Player Aspect</title>
 
   <meta name="application-name" content="iqb-player-aspect"
-        data-version="0.0.1"
+        data-version="0.1.0"
         data-repository-url="https://github.com/iqb-berlin/verona-modules-apect"
         data-api-version="3.0.0"
         data-not-supported-api-features=""
@@ -34,7 +34,7 @@
         "de": "TODO",
         "en": "TODO"
       },
-      "version": "0.0.1",
+      "version": "0.1.0",
       "apiVersion": "3.0.0",
       "repository": {
         "type": "git",
diff --git a/projects/player/src/index.html b/projects/player/src/index.html
index 57c37ed7ee00083d31c0dc8d4d714706a0271211..b3ff0d602980d97a3abe2e16c6867c049837b31b 100644
--- a/projects/player/src/index.html
+++ b/projects/player/src/index.html
@@ -4,7 +4,7 @@
   <meta charset="utf-8">
   <title>Player</title>
   <meta name="application-name" content="iqb-player-aspect"
-        data-version="3.0.0"
+        data-version="0.1.0"
         data-repository-url="https://github.com/iqb-berlin/verona-modules-apect"
         data-api-version="3.0.0"
         data-not-supported-api-features=""