Skip to content

Commit

Permalink
Update version number to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmerfud committed Sep 15, 2023
1 parent 241fdb3 commit c2d023e
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.1][1]
You can use this link to download the latest release: [Version 1.2][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://www.dropbox.com/scl/fi/wa5erkssoqu6kpcjca27s/fitl-1.1.zip?rlkey=spntynee3uvwgq3oi2pi4txkc&dl=0
[1]: https://www.dropbox.com/scl/fi/dq5nb2h8ao429oldzwn2y/fitl-1.2.zip?rlkey=umthdbecfjp3i7f2aithymzod&dl=0

## 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.1",
version := "1.2",
scalaVersion := "2.13.10"
)

Expand Down

0 comments on commit c2d023e

Please sign in to comment.