From 78527c464c3e862a91a36a989df258b0f2c749c6 Mon Sep 17 00:00:00 2001 From: swaggeroo Date: Wed, 31 Jul 2024 21:14:42 +0200 Subject: [PATCH] 0.1.9 --- 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 bd7158c..8c4b648 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ai-image-analyzer", "name": "AI image analyzer", - "version": "0.1.8", + "version": "0.1.9", "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 6abdc3e..6dc76c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ai-image-analyzer", - "version": "0.1.8", + "version": "0.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ai-image-analyzer", - "version": "0.1.8", + "version": "0.1.9", "license": "MIT", "dependencies": { "ollama": "^0.5.2", diff --git a/package.json b/package.json index d5e8643..321d817 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai-image-analyzer", - "version": "0.1.8", + "version": "0.1.9", "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 d0cdbcc..3ae8088 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "0.1.5": "0.15.0", "0.1.6": "0.15.0", "0.1.7": "0.15.0", - "0.1.8": "0.15.0" + "0.1.8": "0.15.0", + "0.1.9": "0.15.0" } \ No newline at end of file