diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Some neat little utilities relied upon by Regreso clients. Right now, these can be used to: - Get metadata info about websites (for prefilling destination details automatically) -- AI-generate a list of practically-usable, relevant tags to describe a location based on metadata. +- AI-generate a list of practically-usable, relevant tags to describe a location based on metadata (supports provided, self-hostable AI instance URL) ## ☑️ TODOs diff --git a/package.json b/package.json --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@regreso/utils", - "version": "0.1.5", + "version": "0.1.6", "description": "Utility functions for use by Regreso clients", "main": "dist/index.js", "types": "dist/index.d.ts",