From 5b6b64bce3925696e6ad9f8a44264c6daff7f734 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Mon, 2 May 2016 19:51:06 +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 12550fe..cdf7be2 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "Lychee", - "version": "3.1.1", + "version": "3.1.2", "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 f0187fd..105e5ba 100644 --- a/src/scripts/lychee.js +++ b/src/scripts/lychee.js @@ -6,8 +6,8 @@ lychee = { title : document.title, - version : '3.1.1', - versionCode : '030101', + version : '3.1.2', + versionCode : '030102', updatePath : '//update.electerious.com/index.json', updateURL : 'https://github.com/electerious/Lychee',