From cff67f48ee968574a76b032d825a993faad36b50 Mon Sep 17 00:00:00 2001 From: phantom1003 Date: Wed, 26 Apr 2023 01:21:34 +0800 Subject: [PATCH] release 0.0.2 --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 1fe515d..6222c85 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-slide-note", "name": "Slide Note", - "version": "0.0.1", - "minAppVersion": "0.0.1", + "version": "0.0.2", + "minAppVersion": "0.0.2", "description": "Lightweight PDF pages extractor :P", "author": "Phantom", "authorUrl": "https://github.com/Phantom1003", diff --git a/package.json b/package.json index f116850..483bdc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-slide-note", - "version": "0.0.1", + "version": "0.0.2", "description": "Lightweight PDF pages extractor :P", "main": "main.js", "scripts": {