From c906b9e99f3cccbb4c989e59775ac555398ac246 Mon Sep 17 00:00:00 2001 From: Tim Wibiral Date: Sun, 5 Jun 2022 14:43:27 +0200 Subject: [PATCH] feat: update version numbers --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" }