We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba4e4c commit 045e98fCopy full SHA for 045e98f
build.sh
@@ -26,9 +26,9 @@
26
# invalidate any other reasons why the executable file might be covered by
27
# the GNU General Public License.
28
29
-REV=0.10.9
+REV=0.10.10
30
ZIP_FILENAME=WiFi101-Updater-ArduinoIDE-Plugin-$REV
31
-REQUIRED_JARS="pde.jar arduino-core.jar jssc-2.8.0-arduino3.jar bcpg-jdk15on-152.jar bcprov-jdk15on-152.jar commons-lang3-3.8.1.jar commons-codec-1.7.jar"
+REQUIRED_JARS="pde.jar arduino-core.jar jssc-2.8.0-arduino4.jar bcpg-jdk15on-152.jar bcprov-jdk15on-152.jar commons-lang3-3.8.1.jar commons-codec-1.7.jar"
32
33
# Check existence of the IDE folder
34
if [ -z "$IDE_FOLDER" ]; then
0 commit comments