From 9b702cfcc7aa006412542325b913975edf403a02 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Thu, 7 Jan 2016 15:46:49 +0100 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 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',