From b98bdeea04a66265d69a2d387c8ef11690ba761b Mon Sep 17 00:00:00 2001 From: Hideaki Tai Date: Thu, 8 Apr 2021 15:21:49 +0900 Subject: [PATCH] update version to v0.2.27 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index c78eb5c..3ffbef8 100644 --- a/library.json +++ b/library.json @@ -11,7 +11,7 @@ "url": "https://github.com/hideakitai", "maintainer": true }, - "version": "0.2.26", + "version": "0.2.27", "license": "MIT", "frameworks": "arduino", "platforms": "*" diff --git a/library.properties b/library.properties index d4334e8..ef2297b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MsgPacketizer -version=0.2.26 +version=0.2.27 author=hideakitai maintainer=hideakitai sentence=msgpack based serializer and deserializer with packetize for Arduino and more