Skip to content

Commit

Permalink
Bumping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Oct 20, 2012
1 parent 5b59312 commit 28f44c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ Downloads

Changelog
---------
1.0.4 -> 1.0.5
* Job duration estimate now displayed when running a file.

1.0.3 -> 1.0.4
* The step size spinner now goes to less than 1.
* New buttons on the manual control page for common functions.
Expand Down
2 changes: 1 addition & 1 deletion src/com/willwinder/universalgcodesender/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ public void run() {
private void initProgram() {
this.loadPortSelector();
this.checkScrollWindow();
this.setTitle("Universal GcodeSender (Version 1.0.4)");
this.setTitle("Universal GcodeSender (Version 1.0.5)");

// Hook the view up to the model
this.commandList = new ArrayList<String>();
Expand Down

0 comments on commit 28f44c1

Please sign in to comment.