Skip to content

Commit 045e98f

Browse files
committed
Version 0.10.10
1 parent cba4e4c commit 045e98f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
# invalidate any other reasons why the executable file might be covered by
2727
# the GNU General Public License.
2828

29-
REV=0.10.9
29+
REV=0.10.10
3030
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"
31+
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"
3232

3333
# Check existence of the IDE folder
3434
if [ -z "$IDE_FOLDER" ]; then

0 commit comments

Comments
 (0)