Skip to content

Commit

Permalink
Fix version number in library.json and library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
beegee-tokyo committed Jan 28, 2023
1 parent c013b96 commit bf95de0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ Arduino library for LoRa communication with Semtech SX126x chips. It is based on

# Release Notes

## V2.0.15 Several fixes
## V2.0.15 Several fixes and improvements
- Update examples, thanks to _**@DanielBustillos**_
- Cleanup RAK4630 initialization
- Add lmh_getConfRetries() to readback the confirmed package retry setting
Expand Down
2 changes: 1 addition & 1 deletion library.json
@@ -1,6 +1,6 @@
{
"name": "SX126x-Arduino",
"version": "2.0.14",
"version": "2.0.15",
"keywords": [
"lora",
"Semtech",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=SX126x-Arduino
version=2.0.14
version=2.0.15
author=Bernd Giesecke <beegee@giesecke.tk>
maintainer=Bernd Giesecke <beegee@giesecke.tk>
sentence=Arduino library to use Semtech SX126x LoRa chips and modules to communicate
Expand Down

0 comments on commit bf95de0

Please sign in to comment.