From e4e679b6d958eb8aa287c0377f1142c75da3c1cc Mon Sep 17 00:00:00 2001 From: Sebastien Date: Sat, 6 Apr 2024 19:22:52 +0200 Subject: [PATCH] Increased version to 7 --- components/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/main.js b/components/main.js index 18c9e62..fb2e0ad 100644 --- a/components/main.js +++ b/components/main.js @@ -6,7 +6,7 @@ import { settingsComponent } from './settings.js'; import { pagesController } from '../pagesController.js'; import { timeline } from '../lib/timeline.js'; -const VERSION = 6; +const VERSION = 7; class MainComponent { constructor() {