From bd8424f5c8d561e4acdffec537215abdcda1f814 Mon Sep 17 00:00:00 2001 From: Piotr Stolarz Date: Thu, 19 Oct 2023 20:39:36 +0200 Subject: [PATCH] Bump to version 0.13.2 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 65dcc01..1449e50 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "OneWireNg", - "version": "0.13.1", + "version": "0.13.2", "description": "Arduino 1-wire service library. OneWire alternative.", "keywords": ["onewire", "1-wire", "sensor", "temperature", "dallas", "ds18b20"], "homepage": "https://github.com/pstolarz/OneWireNg", diff --git a/library.properties b/library.properties index 3dc4911..cbab425 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=OneWireNg -version=0.13.1 +version=0.13.2 author=Piotr Stolarz maintainer=Piotr Stolarz sentence=Arduino 1-wire service library. OneWire alternative.