From 242a7eafed4b1bb3316843833fed26d862ce018a Mon Sep 17 00:00:00 2001 From: swaggeroo Date: Sat, 13 Jul 2024 00:44:03 +0200 Subject: [PATCH] 0.1.2 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 2ecbefe..f7d01c6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "obsidian-ai-image-analyzer", "name": "AI image analyzer", - "version": "0.1.1", + "version": "0.1.2", "minAppVersion": "0.15.0", "description": "Analyze images with AI to get keywords of the image.", "author": "Swaggeroo", "authorUrl": "https://swaggeroo.de", "fundingUrl": "", "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b9b5e70..df1f3ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-ai-image-analyzer", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-ai-image-analyzer", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { "ollama": "^0.5.2", diff --git a/package.json b/package.json index b327896..b42e74c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ai-image-analyzer", - "version": "0.1.1", + "version": "0.1.2", "description": "This plugin analyzes images with AI to get keywords of the image.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 397499d..43ed046 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.1.0": "0.15.0", - "0.1.1": "0.15.0" + "0.1.1": "0.15.0", + "0.1.2": "0.15.0" } \ No newline at end of file