From 11423e5d9839d1547a89beec1400a46e92729347 Mon Sep 17 00:00:00 2001 From: Taichi Maeda Date: Mon, 22 Apr 2024 02:25:41 +0900 Subject: [PATCH] Update version --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index adae721..ca21c41 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "markpilot", "name": "Markpilot", - "version": "1.1.0", + "version": "1.2.0", "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 3d28c72..d82286f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markpilot", - "version": "1.1.0", + "version": "1.2.0", "description": "Inline completions and chat view powered by OpenAI", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9e57b31..3d52c9d 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.0.7": "1.5.7", "1.0.8": "1.5.7", "1.0.9": "1.5.7", - "1.1.0": "1.5.7" + "1.1.0": "1.5.7", + "1.2.0": "1.5.7" } \ No newline at end of file