Prepare next release

This commit is contained in:
Oleg Agafonov 2019-02-09 17:42:46 +04:00
parent f58fb8d07b
commit f778d95f54
2 changed files with 2 additions and 2 deletions

View file

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