We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8208c6f commit bd0d9faCopy full SHA for bd0d9fa
1 file changed
lib/constants.ts
@@ -120,7 +120,7 @@ function formatCategoryName(category: Category): string {
120
// Export default categories for backwards compatibility
121
export const CATEGORIES = DEFAULT_CATEGORIES;
122
123
-export const DATA_VERSION = '1.0.1';
+export const DATA_VERSION = '1.1.0';
124
125
export const QUESTIONS_PER_QUIZ = 10;
126
0 commit comments