We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a487c commit 4595891Copy full SHA for 4595891
release.sh
@@ -16,7 +16,7 @@ cd temp
16
find . -name "*.DS_Store" -type f -delete
17
zip -r Firmata.zip ./Firmata/
18
cd ..
19
-mv ./temp/Firmata.zip Firmata-2.4.0.zip
+mv ./temp/Firmata.zip Firmata-2.4.0-beta1.zip
20
21
#package for Arduino 1.5.x
22
cp library.properties temp/Firmata
@@ -30,5 +30,5 @@ cd ..
30
31
32
33
-mv ./temp/Firmata.zip Arduino-1.5.x-Firmata-2.4.0.zip
+mv ./temp/Firmata.zip Arduino-1.5.x-Firmata-2.4.0-beta1.zip
34
rm -r ./temp
0 commit comments