diff --git a/manifest.json b/manifest.json index c608211..907aa18 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "markpilot", "name": "Markpilot", - "version": "1.0.6", + "version": "1.0.7", "minAppVersion": "1.5.7", "description": "Inline completions and chat view powered by OpenAI", "author": "Taichi Maeda", diff --git a/package.json b/package.json index 9ac8657..dcb193e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markpilot", - "version": "1.0.6", + "version": "1.0.7", "description": "Inline completions and chat view powered by OpenAI", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 59b1955..0574af4 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.0.3": "0.15.0", "1.0.4": "1.5.7", "1.0.5": "1.5.7", - "1.0.6": "1.5.7" + "1.0.6": "1.5.7", + "1.0.7": "1.5.7" } \ No newline at end of file