Skip to content

Commit

Permalink
build: update version number to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmerfud committed Oct 4, 2024
1 parent 1e450b4 commit cf74981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can play as either the US or the Jihadist player and the AI will take the op

## Downloading the package

You can use this link to download the latest release: [Version 5.1][1]
You can use this link to download the latest release: [Version 5.2][1]

If you are upgrading to a newer version and the **major** version numbers of the two versions
are the same, then any saved games in progress will be compatible.
Expand All @@ -20,7 +20,7 @@ Simply copy the *games* folder from the older *awakening-x.x* directory to the
new *awakening-x.x* directory.


[1]: https://github.com/sellmerfud/awakening/releases/download/v5.1/awakening-5.1.zip
[1]: https://github.com/sellmerfud/awakening/releases/download/v5.2/awakening-5.2.zip

## Running the program

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.nio.file.attribute.PosixFilePermissions

lazy val commonSettings = Seq(
organization := "org.sellmerfud",
version := "5.1",
version := "5.2",
scalaVersion := "2.13.14"
)

Expand Down

0 comments on commit cf74981

Please sign in to comment.