From ba313e1fd863c59bf63d70e2c25c5be98ab718f5 Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 13 Nov 2016 15:15:44 +0000 Subject: [PATCH] Version Bump to 2.0.1 --- ChangeLog.txt | 1 + pom.xml | 2 +- src/main/resources/com/ardublock/block/ardublock.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 2f828900..14557970 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,6 @@ Changelog +========== Version 2.0.1 ========== Patches and Bug Fixes: - Remove servo block family diff --git a/pom.xml b/pom.xml index 08ad4ed6..41dc6663 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.ardublock ardublock jar - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT ArduBlock A Block Programming Language for Arduino diff --git a/src/main/resources/com/ardublock/block/ardublock.properties b/src/main/resources/com/ardublock/block/ardublock.properties index 09561fc0..d98db4ce 100644 --- a/src/main/resources/com/ardublock/block/ardublock.properties +++ b/src/main/resources/com/ardublock/block/ardublock.properties @@ -437,7 +437,7 @@ ardublock.ui.create_refer=create reference ardublock.ui.website=Go to Web Site ardublock.ui.serialMonitor=Serial Monitor ardublock.ui.saveImage=Save as image... -ardublock.ui.version=2.0.0 +ardublock.ui.version=2.0.1 ardublock.error_msg.digital_var_slot=Digital variable slot must take a 'digital variable' name.\nHint: Look at the 'variable' socket on the highlighted block ardublock.error_msg.number_var_slot=Standard variable slot must take a standard 'numeric' variable name.\nHint: Look at the 'variable' socket on the highlighted block