diff --git a/dist/main.js b/dist/main.js index 6a46b97..b473363 100644 Binary files a/dist/main.js and b/dist/main.js differ diff --git a/docs/Changelog.md b/docs/Changelog.md index ffb192b..1634e03 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,3 +1,10 @@ +## v3.0.7 + +Released November --, 2015 + +- Internal changes an updated dependencies. +- `New` Preloading of big photos (#185) + ## v3.0.6 Released September 13, 2015 diff --git a/src/package.json b/src/package.json index 2b7ec59..942caf0 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "Lychee", - "version": "3.0.6", + "version": "3.0.7", "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 4995079..1e94f82 100644 --- a/src/scripts/lychee.js +++ b/src/scripts/lychee.js @@ -6,8 +6,8 @@ lychee = { title : document.title, - version : '3.0.6', - version_code : '030006', + version : '3.0.7', + version_code : '030007', update_path : 'http://lychee.electerious.com/version/index.php', updateURL : 'https://github.com/electerious/Lychee',