Update Readme. Bump version number.

This commit is contained in:
luxick
2017-08-01 21:05:58 +02:00
parent e244efbe8b
commit 6bc7d8ed57
2 changed files with 5 additions and 7 deletions

View File

@@ -8,13 +8,11 @@ A desktop application for building and organizing MTG card libraries and decks.
* Organize cards in library
* Import and Export Libraries
* Organize want lists for cards
* All Data is stored in local computer
## TODO
* Build decklists from cards in collection
* Full offline functionality
### Maybe
* Create fancy exports of decks and wants
* Display prices for cards
* Deck Planner
* MKM integration
* PDF exports of lists

View File

@@ -20,7 +20,7 @@ from gi.repository import GdkPixbuf, GLib
APPLICATION_TITLE = "Card Vault"
# Program version
VERSION = "0.5.0"
VERSION = "0.6.0"
# Path of image cache
CACHE_PATH = os.path.expanduser('~') + "/.cardvault/"