fix: Rename MtG to MTG

This commit is contained in:
Samir L. Boulema 2026-05-01 20:41:54 +02:00
parent 2f6038a788
commit 26e2d506f6
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
name: MtG Deck
name: MTG Deck
on:
push:

View file

@ -1,4 +1,4 @@
# Obsidian MTG Deck plugin
# MTG Deck
This is a plugin to manage your Magic: The Gathering card collections and decks as Obsidian notes.

View file

@ -113,7 +113,7 @@ class ObsidianPluginMtgSettingsTab extends PluginSettingTab {
containerEl.empty();
containerEl.createEl("h2", {
text: "Settings for Obsidian MtG Plugin.",
text: "Settings for MTG Deck",
});
// Collection CSV setting

View file

@ -1,6 +1,6 @@
{
"id": "mtg-deck",
"name": "MtG Deck",
"name": "MTG Deck",
"version": "1.0.3",
"minAppVersion": "0.15.0",
"description": "A plugin for managing Magic: The Gathering decks and card lists as Obsidian notes",