From d7bdddc4c5bfbd50bcb022319768d90785d72e5d Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Tue, 25 Oct 2016 18:15:45 +0200 Subject: [PATCH] Updated version --- src/package.json | 2 +- src/scripts/lychee.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/package.json b/src/package.json index 6abbc9582..422273ed5 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 8764351e3..3a3ea95df 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',