From 29c2925a1c4691d187929dae1e4dd85b2c60d43f Mon Sep 17 00:00:00 2001
From: Deluan <github@deluan.com>
Date: Thu, 10 Mar 2016 23:30:00 -0500
Subject: [PATCH] New API level target: 1.4.0

---
 README.md          | 2 +-
 api/system_test.go | 2 +-
 conf/app.conf      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 29af9de1f..145c33ff7 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ The project's main goals are:
 
 ###  Supported Subsonic API version
 
-I'm currently trying to implement all functionality from API v1.2.0, with some exceptions.
+I'm currently trying to implement all functionality from API v1.4.0, with some exceptions.
 
 Check the (almost) up to date [compatibility chart](https://github.com/deluan/gosonic/wiki/Compatibility) for what is working.
 
diff --git a/api/system_test.go b/api/system_test.go
index e12419b3a..274d13e4d 100644
--- a/api/system_test.go
+++ b/api/system_test.go
@@ -26,7 +26,7 @@ func TestPing(t *testing.T) {
 			err := json.Unmarshal(w.Body.Bytes(), &v)
 			So(err, ShouldBeNil)
 			So(v.Subsonic.Status, ShouldEqual, "ok")
-			So(v.Subsonic.Version, ShouldEqual, "1.2.0")
+			So(v.Subsonic.Version, ShouldEqual, "1.4.0")
 		})
 
 	})
diff --git a/conf/app.conf b/conf/app.conf
index c8cf772fa..a39986eae 100644
--- a/conf/app.conf
+++ b/conf/app.conf
@@ -6,7 +6,7 @@ autoRender = false
 copyRequestBody = true
 enableAdmin = false
 
-apiVersion = 1.2.0
+apiVersion = 1.4.0
 ignoredArticles="The El La Los Las Le Les Os As O A"
 indexGroups=A B C D E F G H I J K L M N O P Q R S T U V W X-Z(XYZ)