From c0e66997db0adecf2418baf1cb7c8410003faf50 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Tue, 24 Jul 2018 14:59:00 +0300 Subject: [PATCH] Update pio manifest to satisfy registry add rules --- library.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 56096f8..4862173 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,11 @@ { "name": "libfixmath", "description": "Cross Platform Fixed Point Maths Library", - "version": "0.0.0", + "keywords": [ + "fixed", + "point", + "math" + ], "repository": { "type": "git", "url": "https://github.com/PetteriAimonen/libfixmath.git"