From 39b8df7c4fed6173922020e24f874e8639746f2e Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sat, 29 Aug 2015 22:08:14 +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 70a68be..18675b2 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "Lychee", - "version": "3.0.5", + "version": "3.0.6", "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 a07743a..a60bbb8 100644 --- a/src/scripts/lychee.js +++ b/src/scripts/lychee.js @@ -6,8 +6,8 @@ lychee = { title : document.title, - version : '3.0.5', - version_code : '030005', + version : '3.0.6', + version_code : '030006', update_path : 'http://lychee.electerious.com/version/index.php', updateURL : 'https://github.com/electerious/Lychee',