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 }