Updated version

This commit is contained in:
Tobias Reich 2016-03-06 21:45:52 +01:00
parent 0fc97da566
commit 4be7848922
3 changed files with 3 additions and 3 deletions

BIN
dist/main.js vendored

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "Lychee",
"version": "3.0.9",
"version": "3.1.0",
"description": "Self-hosted photo-management done right.",
"authors": "Tobias Reich <tobias@electerious.com>",
"license": "MIT",

View File

@ -6,8 +6,8 @@
lychee = {
title : document.title,
version : '3.0.9',
versionCode : '030009',
version : '3.1.0',
versionCode : '030100',
updatePath : '//update.electerious.com/index.json',
updateURL : 'https://github.com/electerious/Lychee',