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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
55
sentence=Enables easy access to the motors of the Arduino Robot Motor board. For Arduino Robot only.

libraries/SD/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SD
2-
version=1.0
2+
version=1.0.0
33
author=Arduino, SparkFun
44
maintainer=Arduino <[email protected]>
55
sentence=Enables reading and writing on SD cards. For all Arduino boards.

libraries/Scheduler/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Scheduler
2-
version=0.4
2+
version=0.4.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows multiple tasks to run at the same time, without interrupting each other. For Arduino DUE only.

libraries/Servo/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Servo
2-
version=1.0
2+
version=1.0.0
33
author=Michael Margolis, Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows Arduino boards to control a variety of servo motors. For all Arduino boards.

libraries/SpacebrewYun/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ paragraph=This library was developed to enable you to easily connect the Arduino
66
category=Communication
77
url=https://github.com/julioterra/yunSpacebrew
88
architectures=avr
9-
version=1.0
9+
version=1.0.0
1010
dependencies=Bridge
1111
core-dependencies=arduino (>=1.5.0)

libraries/Stepper/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Stepper
2-
version=1.0
2+
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.

libraries/TFT/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=TFT
2-
version=1.0
2+
version=1.0.0
33
author=Arduino, Adafruit
44
maintainer=Arduino <[email protected]>
55
sentence=Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards.

libraries/Temboo/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ paragraph=Use this library to connect your Arduino board to Temboo, making it si
66
category=Communication
77
url=http://www.temboo.com/arduino
88
architectures=*
9-
version=1.1
9+
version=1.1.0
1010
core-dependencies=arduino (>=1.5.0)

libraries/USBHost/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=USBHost
2-
version=1.0
2+
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino DUE only.

libraries/WiFi/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WiFi
2-
version=1.2
2+
version=1.2.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.

0 commit comments

Comments
 (0)