Browse Source

Updated version

Tobias Reich 9 years ago
parent
commit
1fd68a3469
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": "2.7.1",
+  "version": "2.7.2",
   "description": "Self-hosted photo-management done right.",
   "authors": "Tobias Reich <tobias.reich.ich@gmail.com>",
   "license": "MIT",

+ 2 - 2
src/scripts/lychee.js

@@ -6,8 +6,8 @@
 lychee = {
 
 	title:			'',
-	version:		'2.7.1',
-	version_code:	'020701',
+	version:		'2.7.2',
+	version_code:	'020702',
 
 	api_path:		'php/api.php',
 	update_path:	'http://lychee.electerious.com/version/index.php',