From f01d1d34ad7325877ecb31e44b403d7d6ed8e730 Mon Sep 17 00:00:00 2001 From: vasilecampeanu Date: Sat, 8 Apr 2023 22:24:01 +0300 Subject: [PATCH] feat: Update version. --- manifest.json | 6 +++--- package-lock.json | 2 +- package.json | 6 +++--- versions.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 044b605..4410320 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-weaver", "name": "Weaver", - "version": "0.3.4", + "version": "0.3.0", "minAppVersion": "1.0.0", - "description": "Introducing Weaver, a useful Obsidian plugin that integrates ChatGPT/GPT-3 into your note-taking workflow. This plugin makes it easy to access AI-generated suggestions and insights within Obsidian, helping you improve your writing and brainstorming process.", + "description": "Weaver is a useful Obsidian plugin that integrates ChatGPT/GPT-3 into your note-taking workflow. This plugin makes it easy to access AI-generated suggestions and insights within Obsidian, helping you improve your writing and brainstorming process.", "author": "Vasile Câmpeanu", - "authorUrl": "https://github.com/vasilecampeanu", + "authorUrl": "https://twitter.com/vasilecampeanu", "isDesktopOnly": true } diff --git a/package-lock.json b/package-lock.json index 98a37d9..d34175e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "obsidian-weaver", - "version": "0.3.4", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 9d9381d..0186f9a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-weaver", - "version": "0.3.4", - "description": "Introducing Weaver, a useful Obsidian plugin that connects ChatGPT/GPT-3 to your note-taking workflow. This plugin makes it easy to access AI-generated suggestions and insights within Obsidian, helping you improve your writing and brainstorming process.", + "version": "0.3.0", + "description": "Weaver is a useful Obsidian plugin that integrates ChatGPT/GPT-3 into your note-taking workflow. This plugin makes it easy to access AI-generated suggestions and insights within Obsidian, helping you improve your writing and brainstorming process.", "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": "Vasile Câmpeanu", "license": "MIT", "devDependencies": { "@types/jaro-winkler": "^0.2.1", diff --git a/versions.json b/versions.json index c7857df..c347261 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "0.0.1": "1.0.0" + "0.3.0": "1.0.0" }