Merge pull request #73 from magefree/master

merge
This commit is contained in:
theelk801 2017-09-16 21:57:19 -04:00 committed by GitHub
commit a6b95db4fc
5 changed files with 17 additions and 13 deletions

View file

@ -58,7 +58,7 @@ public enum CardRepository {
// raise this if db structure was changed
private static final long CARD_DB_VERSION = 51;
// raise this if new cards were added to the server
private static final long CARD_CONTENT_VERSION = 90;
private static final long CARD_CONTENT_VERSION = 91;
private Dao<CardInfo, Object> cardDao;
private Set<String> classNames;