diff --git a/libraries/Audio/library.properties b/libraries/Audio/library.properties index bef3c8683..d530cefad 100644 --- a/libraries/Audio/library.properties +++ b/libraries/Audio/library.properties @@ -1,5 +1,5 @@ name=Audio -version=1.0 +version=1.0.0 author=Arduino maintainer=Arduino sentence=Allows playing audio files from an SD card. For Arduino DUE only. diff --git a/libraries/Bridge/library.properties b/libraries/Bridge/library.properties index 11c60e731..fcc7a4c40 100644 --- a/libraries/Bridge/library.properties +++ b/libraries/Bridge/library.properties @@ -1,5 +1,5 @@ name=Bridge -version=1.0 +version=1.0.0 author=Arduino maintainer=Arduino sentence=Enables the communication between the Linux processor and the AVR. For Arduino Yún and TRE only. diff --git a/libraries/Esplora/library.properties b/libraries/Esplora/library.properties index d0e155088..44a5132e9 100644 --- a/libraries/Esplora/library.properties +++ b/libraries/Esplora/library.properties @@ -1,5 +1,5 @@ name=Esplora -version=1.0 +version=1.0.0 author=Arduino maintainer=Arduino sentence=Grants easy access to the various sensors and actuators of the Esplora. For Arduino Esplora only. diff --git a/libraries/Ethernet/asd b/libraries/Ethernet/asd new file mode 100644 index 000000000..cbaf3b31a --- /dev/null +++ b/libraries/Ethernet/asd @@ -0,0 +1 @@ +1.0.0 diff --git a/libraries/Ethernet/library.properties b/libraries/Ethernet/library.properties index b82197218..6e54b8d40 100644 --- a/libraries/Ethernet/library.properties +++ b/libraries/Ethernet/library.properties @@ -1,5 +1,5 @@ name=Ethernet -version=1.0 +version=1.0.0 author=Arduino maintainer=Arduino sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards. diff --git a/libraries/GSM/library.properties b/libraries/GSM/library.properties index 768ebeffc..58b065de0 100644 --- a/libraries/GSM/library.properties +++ b/libraries/GSM/library.properties @@ -1,5 +1,5 @@ name=GSM -version=1.0 +version=1.0.0 author=Arduino maintainer=Arduino sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE. diff --git a/libraries/LiquidCrystal/library.properties b/libraries/LiquidCrystal/library.properties index 4786c58c5..5ab13d1c3 100644 --- a/libraries/LiquidCrystal/library.properties +++ b/libraries/LiquidCrystal/library.properties @@ -1,5 +1,5 @@ name=LiquidCrystal -version=1.0 +version=1.0.0 author=Arduino, Adafruit maintainer=Arduino sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards. diff --git a/libraries/RobotIRremote/library.properties b/libraries/RobotIRremote/library.properties index da1f6c548..15a1410a3 100644 --- a/libraries/RobotIRremote/library.properties +++ b/libraries/RobotIRremote/library.properties @@ -1,5 +1,5 @@ name=Robot IR Remote -version=1.0 +version=1.0.0 author=Arduino maintainer=Arduino sentence=Allows controlling the Arduino Robot via an IR remote control. For Arduino Robot only. diff --git a/libraries/Robot_Control/library.properties b/libraries/Robot_Control/library.properties index 4c070ffcd..fa0688d07 100644 --- a/libraries/Robot_Control/library.properties +++ b/libraries/Robot_Control/library.properties @@ -1,5 +1,5 @@ name=Robot Control -version=1.0 +version=1.0.0 author=Arduino maintainer=Arduino sentence=Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only. diff --git a/libraries/Robot_Motor/library.properties b/libraries/Robot_Motor/library.properties index 326233f17..6e95f86db 100644 --- a/libraries/Robot_Motor/library.properties +++ b/libraries/Robot_Motor/library.properties @@ -1,5 +1,5 @@ name=Robot Motor -version=1.0 +version=1.0.0 author=Arduino maintainer=Arduino sentence=Enables easy access to the motors of the Arduino Robot Motor board. For Arduino Robot only. diff --git a/libraries/SD/library.properties b/libraries/SD/library.properties index ad4a6d686..e7bf7e253 100644 --- a/libraries/SD/library.properties +++ b/libraries/SD/library.properties @@ -1,5 +1,5 @@ name=SD -version=1.0 +version=1.0.0 author=Arduino, SparkFun maintainer=Arduino sentence=Enables reading and writing on SD cards. For all Arduino boards. diff --git a/libraries/Scheduler/library.properties b/libraries/Scheduler/library.properties index d247eb9d4..1c616e203 100644 --- a/libraries/Scheduler/library.properties +++ b/libraries/Scheduler/library.properties @@ -1,5 +1,5 @@ name=Scheduler -version=0.4 +version=0.4.0 author=Arduino maintainer=Arduino sentence=Allows multiple tasks to run at the same time, without interrupting each other. For Arduino DUE only. diff --git a/libraries/Servo/library.properties b/libraries/Servo/library.properties index 81eeacdb8..2c7cb3933 100644 --- a/libraries/Servo/library.properties +++ b/libraries/Servo/library.properties @@ -1,5 +1,5 @@ name=Servo -version=1.0 +version=1.0.0 author=Michael Margolis, Arduino maintainer=Arduino sentence=Allows Arduino boards to control a variety of servo motors. For all Arduino boards. diff --git a/libraries/SpacebrewYun/library.properties b/libraries/SpacebrewYun/library.properties index c4b959d48..58af76d47 100644 --- a/libraries/SpacebrewYun/library.properties +++ b/libraries/SpacebrewYun/library.properties @@ -6,6 +6,6 @@ paragraph=This library was developed to enable you to easily connect the Arduino category=Communication url=https://github.com/julioterra/yunSpacebrew architectures=avr -version=1.0 +version=1.0.0 dependencies=Bridge core-dependencies=arduino (>=1.5.0) diff --git a/libraries/Stepper/library.properties b/libraries/Stepper/library.properties index 30b7cea44..a6a8d949d 100644 --- a/libraries/Stepper/library.properties +++ b/libraries/Stepper/library.properties @@ -1,5 +1,5 @@ name=Stepper -version=1.0 +version=1.0.0 author=Arduino maintainer=Arduino sentence=Allows Arduino boards to control a variety of stepper motors. For all Arduino boards. diff --git a/libraries/TFT/library.properties b/libraries/TFT/library.properties index 68ea4b6e4..fdabe4fc1 100644 --- a/libraries/TFT/library.properties +++ b/libraries/TFT/library.properties @@ -1,5 +1,5 @@ name=TFT -version=1.0 +version=1.0.0 author=Arduino, Adafruit maintainer=Arduino sentence=Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards. diff --git a/libraries/Temboo/library.properties b/libraries/Temboo/library.properties index 3ae1c9451..1dd518766 100644 --- a/libraries/Temboo/library.properties +++ b/libraries/Temboo/library.properties @@ -6,5 +6,5 @@ paragraph=Use this library to connect your Arduino board to Temboo, making it si category=Communication url=http://www.temboo.com/arduino architectures=* -version=1.1 +version=1.1.0 core-dependencies=arduino (>=1.5.0) diff --git a/libraries/USBHost/library.properties b/libraries/USBHost/library.properties index 37f605a25..55409dbfd 100644 --- a/libraries/USBHost/library.properties +++ b/libraries/USBHost/library.properties @@ -1,5 +1,5 @@ name=USBHost -version=1.0 +version=1.0.0 author=Arduino maintainer=Arduino sentence=Allows the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino DUE only. diff --git a/libraries/WiFi/library.properties b/libraries/WiFi/library.properties index 7eca2d39a..50c0db446 100644 --- a/libraries/WiFi/library.properties +++ b/libraries/WiFi/library.properties @@ -1,5 +1,5 @@ name=WiFi -version=1.2 +version=1.2.0 author=Arduino maintainer=Arduino sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.