From 76dede416713b0654cfc0a58071742809bac872d Mon Sep 17 00:00:00 2001 From: Mike Thicke Date: Fri, 15 May 2026 16:23:43 -0400 Subject: [PATCH] 1.1.2 --- 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 37113f9..b51d444 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "co-intelligence", "name": "Co-Intelligence AI", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "1.11.4", "description": "A full AI chat experience with models from OpenAI, Anthropic, Google, and Perplexity.", "author": "Mike Thicke", diff --git a/package-lock.json b/package-lock.json index 1dab69d..801ebbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "co-intelligence", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "co-intelligence", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "@ai-sdk/anthropic": "^3.0.41", diff --git a/package.json b/package.json index 854ff89..2f26a9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "co-intelligence", - "version": "1.1.1", + "version": "1.1.2", "description": "Obsidian plugin for interacting with AI tools", "main": "index.ts", "scripts": { diff --git a/versions.json b/versions.json index cdccf1c..9317c07 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "1.8.0", "1.0.11": "1.11.4", "1.1.0": "1.11.4", - "1.1.1": "1.11.4" + "1.1.1": "1.11.4", + "1.1.2": "1.11.4" }