mtg-decks-downloader

Tool to download Magic: The Gathering decklists from the Internet
git clone https://kevincorvisier.fr/git/mtg-decks-downloader.git
Log | Files | Refs | README

commit 3e2034f450da3aeb5a6bad4abf5fbf1d9218327e
parent ff1629b47ba0f831cb52f34b146633ec961a474f
Author: Kevin Corvisier <git@kevincorvisier.fr>
Date:   Sat, 12 Oct 2024 18:13:57 +0900

Start development of version 0.2.0
Diffstat:
Mpom.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml @@ -4,7 +4,7 @@ <groupId>fr.kevincorvisier.mtg</groupId> <artifactId>decks-downloader</artifactId> - <version>0.1.0</version> + <version>0.2.0-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>