From fe8809ca82bbdcde8ebe575c0bfa0655b28cd1ef Mon Sep 17 00:00:00 2001 From: Aldhanekaa Date: Mon, 19 Jun 2023 13:51:46 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Change=20manifest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 49dbea4..a060d72 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "id": "google-bard-obsidian", - "name": "Google Bard Obsidian", - "version": ".3.0", + "id": "google-bard-assistant", + "name": "Google Bard Assistant", + "version": "0.3.1", "minAppVersion": "0.15.0", "description": "Explore new possibilities of learning with Integration of Google Bard in your Obsidian App! It's totally free unlike ChatGPT! It also can show images from your question!", "author": "Aldhanekaa", diff --git a/package.json b/package.json index 000bed9..266afd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "0.3.0", + "version": "0.3.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {