Skip to content

Commit

Permalink
build: update version number to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmerfud committed Oct 19, 2024
1 parent 0fbc348 commit 5e7bb74
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 @@ -5,7 +5,7 @@ The Tru'ng Bots were designed by Bruce Mansfield.

## Downloading the executable package

You can use this link to download the latest release: [Version 1.18][1]
You can use this link to download the latest release: [Version 1.19][1]

This will download a zip file called `fitl-x.x.zip` (where *x.x* is the version number).
Extracting the zip file will create a folder called `fitl-x.x`.
Expand All @@ -14,7 +14,7 @@ If you are upgrading to a newer version you can continue any games that you star
the previous version. To do so, simply copy the *games* folder below the older *fitl-x.x* directory to the
new *fitl-x.x* directory.

[1]: https://github.com/sellmerfud/fitl/releases/download/v1.18/fitl-1.18.zip
[1]: https://github.com/sellmerfud/fitl/releases/download/v1.19/fitl-1.19.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 := "1.18",
version := "1.19",
scalaVersion := "2.13.14"
)

Expand Down

0 comments on commit 5e7bb74

Please sign in to comment.