diff --git a/manifest.json b/manifest.json index 1c6515a..5157f55 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "markpilot", "name": "Markpilot", - "version": "1.2.1", + "version": "1.2.2", "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 7ef4d8f..c760b66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markpilot", - "version": "1.2.1", + "version": "1.2.2", "description": "Inline completions and chat view powered by OpenAI", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5754d3e..bac27e6 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "1.0.9": "1.5.7", "1.1.0": "1.5.7", "1.2.0": "1.5.7", - "1.2.1": "1.5.7" + "1.2.1": "1.5.7", + "1.2.2": "1.5.7" } \ No newline at end of file