Skip to content

Commit 097df61

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 <frederic.pillon@st.com>
1 parent 773a73a commit 097df61

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=HTS221
2-
version=1.0
2+
version=1.0.0
33
author=AST, Wi6Labs
44
maintainer=stm32duino
55
sentence=Capacitive digital sensor for relative humidity and temperature.

0 commit comments

Comments
 (0)