Skip to content

Commit

Permalink
bump version to 1.15.1 - Move to empty neutral neighbor (regardless o…
Browse files Browse the repository at this point in the history
…pponent is 2 provinces away)
  • Loading branch information
Krzysztof Morcinek authored and kmorcinek committed Feb 6, 2022
1 parent 0bc1f96 commit e222837
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Version.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export class Version {
static readonly versionNumber = "v1.14";
private static readonly versionDescription = "can reenter game when it was exited at turn 1";
static readonly versionNumber = "v1.15.1";
private static readonly versionDescription =
"Move to empty neutral neighbor (regardless opponent is 2 provinces away)";

static getFullVersion(): string {
return `${this.versionNumber} - ${this.versionDescription}`;
Expand Down

0 comments on commit e222837

Please sign in to comment.