From 60a1264ba3914a9cefbf05d96c6065d116d1d163 Mon Sep 17 00:00:00 2001 From: Zac Date: Mon, 17 Mar 2025 14:54:20 -0400 Subject: [PATCH] version v1.1.0 - refactor, improved dependency management, removal of unused code, improved naming consistency --- manifest.json | 2 +- versions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6edb738..c8cccd9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "note-atomizer", "name": "Atomizer", - "version": "1.0.1", + "version": "1.1.0", "minAppVersion": "0.15.0", "description": "Turn any text into insightful atomic notes.", "author": "Zac Bagley", diff --git a/versions.json b/versions.json index 26382a1..8312519 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "0.15.0" + "1.1.0": "1.0.1" }