Skip to content

Commit

Permalink
Fixed typo, increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thopit committed Jun 15, 2015
1 parent 03e5904 commit 1d50e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'application'

version = '0.6.1'
version = '0.6.2'
mainClassName = "de.thomas.creatures.implementation.CreaturesMain"

repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class WorldModel {
public static int maxFoodEnergy = 100;
public static int maxFoodAmount = 500;
public static double baseEnergyDepletionRate = 1;
public static double speedEnergyDepleionFactor = 0.5;
public static double speedEnergyDepletionFactor = 0.5;
public static double mutationRate = 0.1;
public static double speedFactor = 1;

Expand Down

0 comments on commit 1d50e88

Please sign in to comment.