From 7d319366005318a64c48e639dfdc36587ba2efaa Mon Sep 17 00:00:00 2001 From: Francois Best Date: Tue, 2 Jul 2019 13:52:45 +0200 Subject: [PATCH] 0.2.0 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 52ffbad..c40c2c7 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Serde", - "version": "0.1.0", + "version": "0.2.0", "keywords": "serialize, deserialize, send, receive, marshalling", "description": "Exchange structured data between Arduino boards", "license": "MIT", diff --git a/library.properties b/library.properties index 6a942a4..0eb74b7 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Serde -version=0.1.0 +version=0.2.0 author=Francois Best maintainer=Francois Best sentence=Exchange structured data between Arduino boards