From 5f2948aa8bfe6371d91b310b3ff1bb9ad5bba296 Mon Sep 17 00:00:00 2001 From: rizerphe <44440399+rizerphe@users.noreply.github.com> Date: Wed, 22 Mar 2023 19:29:24 +0200 Subject: [PATCH] v1.1.0 --- manifest.json | 4 ++-- package.json | 8 ++++---- versions.json | 3 ++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 1c219d9..973fbc2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-companion", "name": "Companion", - "version": "1.0.1", + "version": "1.1.0", "minAppVersion": "1.1.16", "description": "A github copilot-like interface for obsidian that can use ChatGPT under the hood.", "author": "rizerphe", "authorUrl": "https://github.com/rizerphe", "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index a209474..cee7afd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "obsidian-sample-plugin", - "version": "1.0.1", - "description": "This is a sample plugin for Obsidian (https://obsidian.md)", + "name": "obsidian-companion", + "version": "1.1.0", + "description": "A github copilot-like interface for obsidian that can use ChatGPT under the hood.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", @@ -9,7 +9,7 @@ "version": "node version-bump.mjs && git add manifest.json versions.json" }, "keywords": [], - "author": "", + "author": "rizerphe", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/versions.json b/versions.json index 20bc58e..a56cc52 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.0.1": "1.1.16" + "1.0.1": "1.1.16", + "1.1.0": "1.1.16" } \ No newline at end of file