Skip to content

Commit

Permalink
Version 0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepmistry committed Dec 23, 2019
1 parent cba4e4c commit 045e98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
# invalidate any other reasons why the executable file might be covered by
# the GNU General Public License.

REV=0.10.9
REV=0.10.10
ZIP_FILENAME=WiFi101-Updater-ArduinoIDE-Plugin-$REV
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"

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

0 comments on commit 045e98f

Please sign in to comment.