add license to library.json

This commit is contained in:
rob tillaart
2021-05-28 14:12:36 +02:00
parent a0826324f9
commit acb263880a
+2 -1
View File
@@ -15,7 +15,8 @@
"type": "git",
"url": "https://github.com/RobTillaart/I2C_EEPROM.git"
},
"version":"1.4.3",
"version": "1.4.3",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}