chore(release): v2.2.3 - fixed bug causing basic lands to not be added; updated removal tagging logic causing non-removal cards to be tagged due to wording

This commit is contained in:
mwisnowski 2025-09-01 20:20:04 -07:00
parent a0a12baa9b
commit fe9aabbce9
9 changed files with 48 additions and 16 deletions

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mtg-deckbuilder"
version = "2.2.2"
version = "2.2.3"
description = "A command-line tool for building and analyzing Magic: The Gathering decks"
readme = "README.md"
license = {file = "LICENSE"}