From e211c8f7372d5c4c768d50222232258a6aa989e3 Mon Sep 17 00:00:00 2001 From: "Alejandro U. Alvarez" Date: Tue, 23 Sep 2014 18:44:48 +0200 Subject: [PATCH] Adopt semver --- api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.php b/api.php index a81811a..be268a6 100644 --- a/api.php +++ b/api.php @@ -40,5 +40,5 @@ // Functions function getInfo(){ - return sendResponse('DJs Music API v1.1'); + return sendResponse('DJs Music API v0.1'); } \ No newline at end of file