version v1.1.0 - refactor, improved dependency management, removal of unused code, improved naming consistency

This commit is contained in:
Zac 2025-03-17 14:54:20 -04:00
parent 8841867dd2
commit 60a1264ba3
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -1,3 +1,3 @@
{
"1.0.0": "0.15.0"
"1.1.0": "1.0.1"
}