diff --git a/package.json b/package.json index eb78c1f0..23a838e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pigallery2", - "version": "1.8.2", + "version": "1.8.4", "description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)", "author": "Patrik J. Braun", "homepage": "https://github.com/bpatrik/PiGallery2", diff --git a/src/common/DataStructureVersion.ts b/src/common/DataStructureVersion.ts index c23944b3..222e6c12 100644 --- a/src/common/DataStructureVersion.ts +++ b/src/common/DataStructureVersion.ts @@ -1 +1 @@ -export const DataStructureVersion = 18; +export const DataStructureVersion = 19;