mirror of
https://github.com/sboulema/mtg-deck.git
synced 2026-07-22 06:50:39 +00:00
fix: Rename MtG to MTG
This commit is contained in:
parent
2f6038a788
commit
26e2d506f6
4 changed files with 4 additions and 4 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: MtG Deck
|
||||
name: MTG Deck
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
2
main.ts
2
main.ts
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue