Merge pull request #305 from ivankravets/patch-3

Use tagged/versioned source code from repo
This commit is contained in:
Rafi Khan
2016-03-27 16:05:28 -06:00

View File

@@ -5,19 +5,20 @@
"repository": "repository":
{ {
"type": "git", "type": "git",
"url": "https://github.com/shirriff/Arduino-IRremote.git" "url": "https://github.com/z3t0/Arduino-IRremote.git"
}, },
"version": "2.1.0",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": "atmelavr", "platforms": "atmelavr",
"authors" : "authors" :
[ [
{ {
"name":"Rafi Khan", "name":"Rafi Khan",
"email":"zetoslab@gmail.com" "email":"zetoslab@gmail.com"
}, },
{ {
"name":"Ken Shirriff", "name":"Ken Shirriff",
"email":"ken.shirriff@gmail.com" "email":"ken.shirriff@gmail.com"
} }
] ]
} }