Prepare next release

This commit is contained in:
Oleg Agafonov 2019-09-09 23:40:22 +04:00
parent ce5e61e612
commit 127af50427
2 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,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 = 222;
private static final long CARD_CONTENT_VERSION = 226;
private Dao<CardInfo, Object> cardDao;
private Set<String> classNames;
private RepositoryEventSource eventSource = new RepositoryEventSource();