diff --git a/manifest.json b/manifest.json index 6732cea..1c31549 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ai-image-analyzer", "name": "AI image analyzer", - "version": "0.1.4", + "version": "0.1.5", "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 812c21b..33dbf0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ai-image-analyzer", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ai-image-analyzer", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "dependencies": { "ollama": "^0.5.2", diff --git a/package.json b/package.json index b54b57f..d35042f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai-image-analyzer", - "version": "0.1.4", + "version": "0.1.5", "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 e7ea962..a9cb110 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.1.1": "0.15.0", "0.1.2": "0.15.0", "0.1.3": "0.15.0", - "0.1.4": "0.15.0" + "0.1.4": "0.15.0", + "0.1.5": "0.15.0" } \ No newline at end of file