Skip to content

Commit 4d3eacf

Browse files
committed
fix(SPI): remove warning raised by arduino-lint
WARNING: library.properties version value 1.0 is not compliant with the semver specification. See https://semver.org/ (Rule LP021) Signed-off-by: Frederic Pillon <[email protected]>
1 parent 55b303e commit 4d3eacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SPI/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SPI
2-
version=1.0
2+
version=1.0.0
33
author=Arduino, Wi6Labs
44
maintainer=stm32duino
55
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus.

0 commit comments

Comments
 (0)