diff --git a/module.json b/module.json index 34d7445..ae2bc41 100644 --- a/module.json +++ b/module.json @@ -1,6 +1,6 @@ { "name": "mbed-hal", - "version": "1.3.0", + "version": "1.3.1", "description": "mbed low-level Hardware Abstraction Layer", "keywords": [ "mbed", @@ -47,6 +47,9 @@ }, "atmel": { "mbed-hal-atmel": "^1.0.0" + }, + "ublox": { + "mbed-hal-ublox": "~0.1.0" } } }