From 300bd1f51604c4e8bb4c0f33b55e0176359a1830 Mon Sep 17 00:00:00 2001 From: AidanTilgner Date: Thu, 1 Feb 2024 13:27:34 -0800 Subject: [PATCH] feat: changed the version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index da69d82..4674dab 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-autogen-plugin", "name": "Autogen", - "version": "1.0.0", + "version": "0.1.0beta", "minAppVersion": "0.15.0", "description": "In place autogeneration of content based on prompts.", "author": "Aidan Tilgner",