Skip to content

Commit 9c2670d

Browse files
update library.properties file add update version number in release.sh
1 parent e786b5e commit 9c2670d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=Firmata
2-
version=2.6.0
2+
version=2.6.1
33
author=Firmata Developers
4-
4+
maintainer=https://github.com/firmata/arduino
55
sentence=This library implements the Firmata protocol and allows you to control the Arduino board from the an application on the computer.
66
paragraph=The Firmata library implements the Firmata protocol for communicating with software on the host computer. This allows you to write custom firmware without having to create your own protocol and objects for the programming environment that you are using.
7-
url=http://firmata.org
7+
url=https://github.com/firmata/arduino
88
architectures=*

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cd temp
1717
find . -name "*.DS_Store" -type f -delete
1818
zip -r Firmata.zip ./Firmata/
1919
cd ..
20-
mv ./temp/Firmata.zip Firmata-2.6.0.zip
20+
mv ./temp/Firmata.zip Firmata-2.6.1.zip
2121

2222
# package for Arduino 1.5.x
2323
cd temp/Firmata
@@ -30,5 +30,5 @@ cd ..
3030
find . -name "*.DS_Store" -type f -delete
3131
zip -r Firmata.zip ./Firmata/
3232
cd ..
33-
mv ./temp/Firmata.zip Arduino-1.5.x-Firmata-2.6.0.zip
33+
mv ./temp/Firmata.zip Arduino-1.5.x-Firmata-2.6.1.zip
3434
rm -r ./temp

0 commit comments

Comments
 (0)