From 635b1c6421e19498a8fcd755e07ab0895c8ee10d Mon Sep 17 00:00:00 2001 From: Zac Date: Tue, 18 Mar 2025 13:59:19 -0400 Subject: [PATCH] New release - Linkback to source notes, by @philoserf - PR 5 --- manifest.json | 4 ++-- versions.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index c8cccd9..fc2dd1d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "note-atomizer", "name": "Atomizer", - "version": "1.1.0", - "minAppVersion": "0.15.0", + "version": "1.2.0", + "minAppVersion": "1.2.0", "description": "Turn any text into insightful atomic notes.", "author": "Zac Bagley", "authorUrl": "https://binx.page", diff --git a/versions.json b/versions.json index 8312519..0ff2803 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.1.0": "1.0.1" + "1.2.0": "1.2.0" }