Skip to content

Commit

Permalink
chore: bump library version to 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Jun 22, 2023
1 parent 7464dbe commit c000dfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"type": "git",
"url": "https://github.com/stm32duino/STM32SD"
},
"version": "1.2.3",
"version": "1.3.0",
"frameworks": "arduino",
"platforms": "ststm32",
"build": {
"libArchive": false
}
}
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=STM32duino STM32SD
version=1.2.3
version=1.3.0
author=Several
maintainer=stm32duino
sentence=Enables reading and writing on SD card using SD card slot connected to the SDIO/SDMMC-hardware of the STM32 MCU. For slots connected to SPI-hardware use the standard Arduino SD library.
Expand Down

0 comments on commit c000dfe

Please sign in to comment.