Skip to content

Commit

Permalink
Bump to version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Apr 9, 2022
1 parent 4f51305 commit 974fe40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"name": "OneWireNg",
"version": "0.11.1",
"description": "Arduino 1-wire service library. OneWire alternative.",
"keywords": "onewire, 1-wire, sensor, temperature, dallas, ds18b20",
"keywords": ["onewire", "1-wire", "sensor", "temperature", "dallas", "ds18b20"],
"homepage": "https://github.com/pstolarz/OneWireNg",
"repository": {
"type": "git",
"url": "https://github.com/pstolarz/OneWireNg"
},
"authors": [
{
"name": "Piotr Stolarz",
"email": "[email protected]",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/pstolarz/OneWireNg"
},
"version": "0.11.0",
"homepage": "https://github.com/pstolarz/OneWireNg",
"license": "BSD-2-Clause",
"frameworks": ["arduino", "espidf", "esp8266-rtos-sdk", "mbed"],
"examples": [
"examples/*/*.ino"
]
"headers": ["OneWireNg_CurrentPlatform.h"]
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=OneWireNg
version=0.11.0
version=0.11.1
author=Piotr Stolarz
maintainer=Piotr Stolarz <[email protected]>
sentence=Arduino 1-wire service library. OneWire alternative.
Expand Down

0 comments on commit 974fe40

Please sign in to comment.