diff --git a/manifest.json b/manifest.json index ae8ba7cb..6dc9648a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "execute-code", "name": "Execute Code", - "version": "0.6.0", + "version": "0.7.0", "minAppVersion": "0.12.0", "description": "Allows to execute code snippets within a note.", "author": "twibiral", diff --git a/versions.json b/versions.json index 2d6ac57a..3cf5e5a2 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "0.5.1": "0.12.0", "0.5.2": "0.12.0", "0.5.3": "0.12.0", - "0.6.0": "0.12.0" + "0.6.0": "0.12.0", + "0.7.0": "0.12.0" }