diff --git a/pxt.json b/pxt.json index 791d0a3..bcc16d3 100644 --- a/pxt.json +++ b/pxt.json @@ -1,9 +1,8 @@ { "name": "time-and-date", - "version": "2.0.14", + "version": "2.0.15", "description": "Software based Real-Time Clock (Time & Date)", "license": "MIT", - "authors": ["Bill Siever "], "dependencies": { "core": "*" }, @@ -21,5 +20,8 @@ "supportedTargets": [ "microbit" ], - "preferredEditor": "tsprj" + "preferredEditor": "tsprj", + "authors": [ + "Bill Siever " + ] }