From ca2ad035897b30051cf80127b850963b2d76f552 Mon Sep 17 00:00:00 2001 From: MetaCorp Date: Tue, 30 Jan 2024 19:17:05 +0100 Subject: [PATCH] Bump version --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e5476b3..cc3623c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "augmented-canvas", "name": "Augmented Canvas", - "version": "0.1.11", + "version": "0.1.12", "minAppVersion": "1.1.0", "description": "Obsidian Canvas with AI features.", "author": "MetaCorp", diff --git a/package.json b/package.json index d059ce0..fa947b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-augmented-canvas", - "version": "0.1.11", + "version": "0.1.12", "description": "Obsidian Canvas with AI features.", "main": "main.js", "scripts": {