From 382fe957812ed171c08528699f5d05747dafe652 Mon Sep 17 00:00:00 2001 From: Curt Sellmer Date: Tue, 20 Feb 2024 09:09:29 -0600 Subject: [PATCH] Update version number to 1.6 --- README.md | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ea7b13..66494e4 100644 --- a/README.md +++ b/README.md @@ -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.5][1] +You can use this link to download the latest release: [Version 1.6][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`. @@ -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/8c9f5zjrlseed99r4y709/fitl-1.5.zip?rlkey=5205ps2w7d2j8ryj2kni0t8au&dl=0 +[1]: https://www.dropbox.com/scl/fi/02075ak716jwymr4bhsfw/fitl-1.6.zip?rlkey=jup994pemqlftqimm9bsfipo4&dl=0 ## Running the program diff --git a/build.sbt b/build.sbt index 0258913..5e9801b 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import java.nio.file.attribute.PosixFilePermissions lazy val commonSettings = Seq( organization := "org.sellmerfud", - version := "1.5", + version := "1.6", scalaVersion := "2.13.10" )