From 6e79681b114fb3b8916d9dd4a94b78b6cd39b961 Mon Sep 17 00:00:00 2001 From: swaggeroo Date: Thu, 18 Jul 2024 01:22:04 +0200 Subject: [PATCH] 0.1.6 --- 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 1c31549..311c477 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ai-image-analyzer", "name": "AI image analyzer", - "version": "0.1.5", + "version": "0.1.6", "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 33dbf0c..4022188 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ai-image-analyzer", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ai-image-analyzer", - "version": "0.1.5", + "version": "0.1.6", "license": "MIT", "dependencies": { "ollama": "^0.5.2", diff --git a/package.json b/package.json index d35042f..edd8668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai-image-analyzer", - "version": "0.1.5", + "version": "0.1.6", "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 a9cb110..c9fe201 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.1.2": "0.15.0", "0.1.3": "0.15.0", "0.1.4": "0.15.0", - "0.1.5": "0.15.0" + "0.1.5": "0.15.0", + "0.1.6": "0.15.0" } \ No newline at end of file