diff --git a/manifest.json b/manifest.json index a4fce52..71b520b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "cloud-atlas", "name": "Cloud Atlas", - "version": "1.1.1", - "minAppVersion": "1.5.11", + "version": "1.1.2", + "minAppVersion": "1.5.12", "description": "Cloud Atlas provides a unique way to use content from your vault with ChatGPT. Reference a note and it (optionally) gets resolved and sent along. We also provide a Canvas interface for ChatGPT. Advanced features include chaining results and batching.", "author": "Cloud Atlas", "authorUrl": "https://cloud-atlas.ai", diff --git a/package.json b/package.json index 163e4a9..adc3261 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-atlas", - "version": "1.1.1", + "version": "1.1.2", "description": "Interoperability between Obsidian and Cloud Atlas", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 4e574dd..fe4e968 100644 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "0.9.0": "1.5.3", "0.9.1mobile": "1.5.3", "0.9.1": "1.5.3", - "1.1.1": "1.5.11" + "1.1.1": "1.5.11", + "1.1.2": "1.5.12" }