Browse Source

Updated version

Tobias Reich 8 years ago
parent
commit
c280f1e3d5
4 changed files with 10 additions and 3 deletions
  1. 0 0
      dist/main.js
  2. 7 0
      docs/Changelog.md
  3. 1 1
      src/package.json
  4. 2 2
      src/scripts/lychee.js

File diff suppressed because it is too large
+ 0 - 0
dist/main.js


+ 7 - 0
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

+ 1 - 1
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 <tobias@electerious.com>",
   "license": "MIT",

+ 2 - 2
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',

Some files were not shown because too many files changed in this diff