Browse Source

Updated version to v2.6.2

Tobias Reich 9 years ago
parent
commit
c291ab35bf
2 changed files with 3 additions and 3 deletions
  1. 2 2
      assets/js/lychee.js
  2. 1 1
      build/package.json

+ 2 - 2
assets/js/lychee.js

@@ -8,8 +8,8 @@
 var lychee = {
 
 	title: "",
-	version: "2.6.1",
-	version_code: "020601",
+	version: "2.6.2",
+	version_code: "020602",
 
 	api_path: "php/api.php",
 	update_path: "http://lychee.electerious.com/version/index.php",

+ 1 - 1
build/package.json

@@ -1,6 +1,6 @@
 {
   "name": "Lychee",
-  "version": "2.6.1",
+  "version": "2.6.2",
   "description": "Self-hosted photo-management done right.",
   "authors": "Tobias Reich <tobias.reich.ich@gmail.com>",
   "license": "MIT",