Skip to content

Commit

Permalink
Update ChangeLog and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Jul 26, 2016
1 parent 84212cf commit 0334698
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@ Changelog

========== Version 1.1.0 ==========

Major Changes:
None

Minor Changes:
Add blocks to support FaireBot: https://www.youtube.com/watch?v=ru-OUyFdxc4
Re-add Tilt Switch block and fix of the pin# bug
Re-add pin# to LED block instead of #
Rename "Tests" to "Logical Operators"
Re-add Tilt Switch block

Patches and Bug Fixes:
Fix of the'pin# bug' for Tilt Switch block
Re-add 'pin#' to LED block (instead of '#')
Rename 'Tests' to 'Logical Operators'

========== Version 1.0.0 ==========

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.ardublock</groupId>
<artifactId>ardublock</artifactId>
<packaging>jar</packaging>
<version>0.1.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<name>ArduBlock</name>
<description>A Block Programming Language for Arduino</description>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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=1.1.0.beta.1
ardublock.ui.version=1.1.0

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
Expand Down

0 comments on commit 0334698

Please sign in to comment.