diff --git a/src/package.json b/src/package.json index 6abbc95..422273e 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "Lychee", - "version": "3.1.4", + "version": "3.1.5", "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 8764351..3a3ea95 100644 --- a/src/scripts/lychee.js +++ b/src/scripts/lychee.js @@ -5,8 +5,8 @@ lychee = { title : document.title, - version : '3.1.4', - versionCode : '030104', + version : '3.1.5', + versionCode : '030105', updatePath : '//update.electerious.com/index.json', updateURL : 'https://github.com/electerious/Lychee',