diff --git a/main.ts b/main.ts index ff3b2a36..cf421631 100644 --- a/main.ts +++ b/main.ts @@ -15,8 +15,8 @@ const DEFAULT_SETTINGS: DigitalGardenSettings = { githubUserName: '', gardenBaseUrl: '', prHistory: [], - theme: "dark", - baseTheme: '{"name": "default", "modes": ["dark"]}', + baseTheme: "dark", + theme: '{"name": "default", "modes": ["dark"]}', faviconPath: '', showRibbonIcon: true, noteSettingsIsInitialized: false, diff --git a/manifest.json b/manifest.json index 704d0efc..76b2c505 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "digitalgarden", "name": "Digital Garden", - "version": "2.35.4", + "version": "2.35.5", "minAppVersion": "0.12.0", "description": "Publish your notes to the web for others to enjoy. For free.", "author": "Ole Eskild Steensen", diff --git a/versions.json b/versions.json index 99e36969..e782053c 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.35.5": "0.12.0", "2.35.4": "0.12.0", "2.35.3": "0.12.0", "2.35.2": "0.12.0",