From 63b4d6df44b73385c4c7d644d693e7b103d6570e Mon Sep 17 00:00:00 2001 From: Ryan Halliday Date: Wed, 27 Mar 2024 15:26:05 +1300 Subject: [PATCH] Version bump and readme update --- README.md | 6 ++---- manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d5fc310..4bd53cf 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # Reverse Prompter -**Generate prompts for you to beat writer's block with AI.** +**In Obsidian, AI prompts you.** ---- - -Reverse Prompter is an Obsidian plugin that helps you overcome writer's block by generating prompts using AI. +Reverse Prompter is an Obsidian plugin that helps you write by generating prompts using AI. If you're stuck and don't know what to write about, this plugin can act as an interested reader and ask questions about your writing. diff --git a/manifest.json b/manifest.json index 0209e22..cf0ef35 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "reverse-prompter", "name": "Reverse Prompter", - "version": "1.0.3", + "version": "1.0.6", "minAppVersion": "0.15.0", "description": "Generate prompts for you to beat writers block with AI", "author": "Ryan Halliday", diff --git a/package.json b/package.json index 1a11ba5..f31b07b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-reverse-prompter", - "version": "1.0.0", + "version": "1.0.6", "description": "Generate prompts for you to beat writers block with AI", "main": "main.js", "scripts": {