From fa2f5f93523bd7f9c196717c07b626230646b81b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 27 Mar 2016 18:40:13 +0300 Subject: [PATCH] Use tagged/versioned source code from repo --- library.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/library.json b/library.json index b08559f..b62b0de 100644 --- a/library.json +++ b/library.json @@ -5,19 +5,20 @@ "repository": { "type": "git", - "url": "https://github.com/shirriff/Arduino-IRremote.git" + "url": "https://github.com/z3t0/Arduino-IRremote.git" }, + "version": "2.1.0", "frameworks": "arduino", "platforms": "atmelavr", "authors" : [ { - "name":"Rafi Khan", - "email":"zetoslab@gmail.com" + "name":"Rafi Khan", + "email":"zetoslab@gmail.com" }, { - "name":"Ken Shirriff", - "email":"ken.shirriff@gmail.com" + "name":"Ken Shirriff", + "email":"ken.shirriff@gmail.com" } -] + ] }