Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update library.properties file add update version number in release.sh
  • Loading branch information
soundanalogous committed Dec 28, 2014
commit 9c2670dffe0ebd2a8a5d19a91a9ed3b261992a13
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name=Firmata
version=2.6.0
version=2.6.1
author=Firmata Developers
maintainer=[email protected]
maintainer=https://github.com/firmata/arduino
sentence=This library implements the Firmata protocol and allows you to control the Arduino board from the an application on the computer.
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.
url=http://firmata.org
url=https://github.com/firmata/arduino
architectures=*
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd temp
find . -name "*.DS_Store" -type f -delete
zip -r Firmata.zip ./Firmata/
cd ..
mv ./temp/Firmata.zip Firmata-2.6.0.zip
mv ./temp/Firmata.zip Firmata-2.6.1.zip

# package for Arduino 1.5.x
cd temp/Firmata
Expand All @@ -30,5 +30,5 @@ cd ..
find . -name "*.DS_Store" -type f -delete
zip -r Firmata.zip ./Firmata/
cd ..
mv ./temp/Firmata.zip Arduino-1.5.x-Firmata-2.6.0.zip
mv ./temp/Firmata.zip Arduino-1.5.x-Firmata-2.6.1.zip
rm -r ./temp