Updated version
This commit is contained in:
parent
2499b54828
commit
c280f1e3d5
BIN
dist/main.js
vendored
BIN
dist/main.js
vendored
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
## v3.0.7
|
||||||
|
|
||||||
|
Released November --, 2015
|
||||||
|
|
||||||
|
- Internal changes an updated dependencies.
|
||||||
|
- `New` Preloading of big photos (#185)
|
||||||
|
|
||||||
## v3.0.6
|
## v3.0.6
|
||||||
|
|
||||||
Released September 13, 2015
|
Released September 13, 2015
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Lychee",
|
"name": "Lychee",
|
||||||
"version": "3.0.6",
|
"version": "3.0.7",
|
||||||
"description": "Self-hosted photo-management done right.",
|
"description": "Self-hosted photo-management done right.",
|
||||||
"authors": "Tobias Reich <tobias@electerious.com>",
|
"authors": "Tobias Reich <tobias@electerious.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
lychee = {
|
lychee = {
|
||||||
|
|
||||||
title : document.title,
|
title : document.title,
|
||||||
version : '3.0.6',
|
version : '3.0.7',
|
||||||
version_code : '030006',
|
version_code : '030007',
|
||||||
|
|
||||||
update_path : 'http://lychee.electerious.com/version/index.php',
|
update_path : 'http://lychee.electerious.com/version/index.php',
|
||||||
updateURL : 'https://github.com/electerious/Lychee',
|
updateURL : 'https://github.com/electerious/Lychee',
|
||||||
|
Loading…
Reference in New Issue
Block a user