Update README

This commit is contained in:
luxick
2017-03-24 13:16:19 +01:00
parent 84adfda685
commit ac8b453081
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ A desktop application for building and organizing MTG card libraries and decks.
* Create a library of owned cards * Create a library of owned cards
* Import and Export Libraries * Import and Export Libraries
## Roadmap ## TODO
* Organize cards in library * Organize cards in library
* Build decklists from cards in collection * Build decklists from cards in collection

View File

@@ -5,7 +5,7 @@ gi.require_version('Gdk', '3.0')
from gi.repository import Gdk from gi.repository import Gdk
# Title of the Program Window # 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 # Path of image cache
cache_path= os.path.dirname(__file__) + "/.cache/" cache_path= os.path.dirname(__file__) + "/.cache/"