Skip to content

Commit

Permalink
Prepare release 1.4.35
Browse files Browse the repository at this point in the history
  • Loading branch information
JayDi85 committed Apr 23, 2019
1 parent f26b467 commit a602e2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 220;
private static final long CARD_CONTENT_VERSION = 221;
private Dao<CardInfo, Object> cardDao;
private Set<String> classNames;
private RepositoryEventSource eventSource = new RepositoryEventSource();
Expand Down

0 comments on commit a602e2d

Please sign in to comment.