From 66914f37e3385f68c5547697908612c8e53131e1 Mon Sep 17 00:00:00 2001 From: Kur0mi Date: Sat, 13 Jun 2026 21:28:17 +0200 Subject: [PATCH] Mark Codex as co-author Co-authored-by: Codex --- CHANGELOG.md | 4 ++++ README.md | 5 +++++ manifest.json | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 525c633..6297f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.1 + +- Mark Codex as a co-author. + ## 0.1.0 - Initial community release. diff --git a/README.md b/README.md index e05f123..da0e7dc 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ Then reload Obsidian and enable the plugin. Mini World Map runs locally in Obsidian. It does not use network services or telemetry. +## Authors + +- Miro0o +- Codex + ## License MIT diff --git a/manifest.json b/manifest.json index f0ffba5..d915705 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "mini-world-map", "name": "Mini World Map", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "1.5.0", "description": "Visualize an Obsidian vault as a hierarchy-first world map with internal links layered on top.", - "author": "Miro0o", + "author": "Miro0o and Codex", "authorUrl": "https://github.com/Miro0o", "isDesktopOnly": false }