Skip to content

Commit bd0d9fa

Browse files
committed
Update DATA_VERSION to 1.1.0 for improved compatibility and feature enhancements.
1 parent 8208c6f commit bd0d9fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function formatCategoryName(category: Category): string {
120120
// Export default categories for backwards compatibility
121121
export const CATEGORIES = DEFAULT_CATEGORIES;
122122

123-
export const DATA_VERSION = '1.0.1';
123+
export const DATA_VERSION = '1.1.0';
124124

125125
export const QUESTIONS_PER_QUIZ = 10;
126126

0 commit comments

Comments
 (0)