From 13c68aada67bef44de1788a2ccbfda06baecdca7 Mon Sep 17 00:00:00 2001 From: anpigon Date: Wed, 18 Oct 2023 12:40:23 +0900 Subject: [PATCH] chore(manifest-beta.json): update version from 0.5.8 to 0.5.12 to reflect recent changes and bug fixes --- manifest-beta.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index ea21129..bac3f5f 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,10 +1,10 @@ { - "id": "obsidian-book-search-plugin", - "name": "Book Search", - "version": "0.5.8", - "minAppVersion": "0.15.0", - "description": "Helps you find books and create notes.", - "author": "anpigon", - "authorUrl": "https://github.com/anpigon", - "isDesktopOnly": false + "id": "obsidian-book-search-plugin", + "name": "Book Search", + "version": "0.5.12-beta", + "minAppVersion": "0.15.0", + "description": "Helps you find books and create notes.", + "author": "anpigon", + "authorUrl": "https://github.com/anpigon", + "isDesktopOnly": false }