From ac8b4530811d841a0d99c32436acc92cb2397adf Mon Sep 17 00:00:00 2001 From: luxick Date: Fri, 24 Mar 2017 13:16:19 +0100 Subject: [PATCH] Update README --- README.md | 2 +- mtg-collector/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfb6fec..37600e9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A desktop application for building and organizing MTG card libraries and decks. * Create a library of owned cards * Import and Export Libraries -## Roadmap +## TODO * Organize cards in library * Build decklists from cards in collection diff --git a/mtg-collector/config.py b/mtg-collector/config.py index dc7db14..8516753 100644 --- a/mtg-collector/config.py +++ b/mtg-collector/config.py @@ -5,7 +5,7 @@ gi.require_version('Gdk', '3.0') from gi.repository import Gdk # Title of the Program Window -application_title = "MTG Collector (working title) v0.1" +application_title = "MTG Collector (working title) v0.5" # Path of image cache cache_path= os.path.dirname(__file__) + "/.cache/"