Browse Source

Updated version

Tobias Reich 7 years ago
parent
commit
d7bdddc4c5
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/package.json
  2. 2 2
      src/scripts/lychee.js

+ 1 - 1
src/package.json

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

+ 2 - 2
src/scripts/lychee.js

@@ -5,8 +5,8 @@
 lychee = {
 
 	title           : document.title,
-	version         : '3.1.4',
-	versionCode     : '030104',
+	version         : '3.1.5',
+	versionCode     : '030105',
 
 	updatePath      : '//update.electerious.com/index.json',
 	updateURL       : 'https://github.com/electerious/Lychee',