From 07b051f81fcc52f872c13fc5f7023788971038ab Mon Sep 17 00:00:00 2001 From: Swaggeroo Date: Mon, 15 Jul 2024 20:03:53 +0200 Subject: [PATCH] 0.1.4 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 2498554..6732cea 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ai-image-analyzer", "name": "AI image analyzer", - "version": "0.1.3", + "version": "0.1.4", "minAppVersion": "0.15.0", "description": "Analyze images with AI to get keywords of the image.", "author": "Swaggeroo", diff --git a/package-lock.json b/package-lock.json index bbddf56..812c21b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ai-image-analyzer", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ai-image-analyzer", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "dependencies": { "ollama": "^0.5.2", diff --git a/package.json b/package.json index 0da8347..b54b57f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai-image-analyzer", - "version": "0.1.3", + "version": "0.1.4", "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 b0a59bc..e7ea962 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.1.0": "0.15.0", "0.1.1": "0.15.0", "0.1.2": "0.15.0", - "0.1.3": "0.15.0" + "0.1.3": "0.15.0", + "0.1.4": "0.15.0" } \ No newline at end of file