diff --git a/src/package.json b/src/package.json index 92eab67..6303075 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "Lychee", - "version": "3.1.2", + "version": "3.1.3", "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 105e5ba..79783b8 100644 --- a/src/scripts/lychee.js +++ b/src/scripts/lychee.js @@ -6,8 +6,8 @@ lychee = { title : document.title, - version : '3.1.2', - versionCode : '030102', + version : '3.1.3', + versionCode : '030103', updatePath : '//update.electerious.com/index.json', updateURL : 'https://github.com/electerious/Lychee',