Skip to content

Commit f7106ec

Browse files
author
Federico Fissore
committed
Libraries: version now compliant with semver. See http://semver.org/
1 parent c21b8b7 commit f7106ec

File tree

19 files changed

+19
-18
lines changed

19 files changed

+19
-18
lines changed

libraries/Audio/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Audio
2-
version=1.0
2+
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Allows playing audio files from an SD card. For Arduino DUE only.

libraries/Bridge/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Bridge
2-
version=1.0
2+
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only.

libraries/Esplora/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Esplora
2-
version=1.0
2+
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only.

libraries/Ethernet/asd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.0

libraries/Ethernet/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Ethernet
2-
version=1.0
2+
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.

libraries/GSM/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=GSM
2-
version=1.0
2+
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.

libraries/LiquidCrystal/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=LiquidCrystal
2-
version=1.0
2+
version=1.0.0
33
author=Arduino, Adafruit
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.

libraries/RobotIRremote/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Robot IR Remote
2-
version=1.0
2+
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Allows controlling the Arduino Robot via an IR remote control. For Arduino Robot only.

libraries/Robot_Control/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Robot Control
2-
version=1.0
2+
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only.

libraries/Robot_Motor/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Robot Motor
2-
version=1.0
2+
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Enables easy access to the motors of the Arduino Robot Motor board. For Arduino Robot only.

0 commit comments

Comments
 (0)