From ae828dd5b67ad9f0e56eee3fa0e246a55f8a4804 Mon Sep 17 00:00:00 2001 From: Piotr Stolarz Date: Mon, 12 Dec 2022 22:33:13 +0100 Subject: [PATCH] Bump to version 0.12.2 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 25e67be..4c54819 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "OneWireNg", - "version": "0.12.1", + "version": "0.12.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 7f24efd..9ddf573 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=OneWireNg -version=0.12.1 +version=0.12.2 author=Piotr Stolarz maintainer=Piotr Stolarz sentence=Arduino 1-wire service library. OneWire alternative.