diff --git a/src/package.json b/src/package.json index 568486e..2de6f1e 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "Lychee", - "version": "3.0.8", + "version": "3.0.9", "description": "Self-hosted photo-management done right.", "authors": "Tobias Reich ", "license": "MIT", diff --git a/src/scripts/lychee.js b/src/scripts/lychee.js index 0e8bd55..03d1c1f 100644 --- a/src/scripts/lychee.js +++ b/src/scripts/lychee.js @@ -6,8 +6,8 @@ lychee = { title : document.title, - version : '3.0.8', - version_code : '030008', + version : '3.0.9', + version_code : '030009', update_path : '//update.electerious.com/index.json', updateURL : 'https://github.com/electerious/Lychee',