Skip to content

Commit 552fb9f

Browse files
committed
Fix version library.properties
Version should be semver compliant even if 1.0 is accepted. https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format Signed-off-by: Frederic.Pillon <[email protected]>
1 parent f1d4b43 commit 552fb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=LIS3MDL
2-
version=1.0
2+
version=1.0.0
33
author=AST, Wi6Labs
44
maintainer=stm32duino
55
sentence=High-performance 3D magnetometer.

0 commit comments

Comments
 (0)