Skip to content

Commit

Permalink
Release v1.2.1 - Minor bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
soda committed Sep 4, 2018
1 parent e07f207 commit 5b5fe1b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions bin/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
/.DS_Store
/cow.png
/milk.png
/money.png
/runner/
Binary file modified src/.DS_Store
Binary file not shown.
Binary file added src/runner/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/runner/CowSim.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class CowSim {
private int cows;
private int milk;

static String updateURL = "https://github.com/WriterArtistCoder/cow-simulator/releases/latest";
static String updateURL = "https://github.com/WriterArtistCoder/cow-simulator/releases/latest"; // The update page URL

static long timeStep = 100; // Milliseconds before updating

Expand Down

0 comments on commit 5b5fe1b

Please sign in to comment.