From c2d023e1d37878e0419c8fcd46eed03e09c46f19 Mon Sep 17 00:00:00 2001 From: Curt Sellmer Date: Fri, 15 Sep 2023 07:11:48 -0500 Subject: [PATCH] Update version number to 1.2 --- README.md | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43658b0..a626158 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.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`. @@ -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 diff --git a/build.sbt b/build.sbt index 8f1ed7d..dfad063 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.1", + version := "1.2", scalaVersion := "2.13.10" )