diff --git a/README.md b/README.md index c4951fa..bda9125 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You must have a copy of the board game in order to use this program. ## Downloading the package -You can use this link to download the latest release: [Version 2.11][1] +You can use this link to download the latest release: [Version 2.12][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. @@ -18,7 +18,7 @@ Simply copy the *games* folder from the older *coltwi-x.x* directory to the new *coltwi-x.x* directory. -[1]: https://www.dropbox.com/scl/fi/frmwvxrky5951x8b56foc/coltwi-2.11.zip?rlkey=b9jye4wpiz6socjji4d01r9eb&dl=0 +[1]: https://www.dropbox.com/scl/fi/1n3zcgihjnuli7cjh7fvp/coltwi-2.12.zip?rlkey=478ru1bq5gxp7meqv1ihu0cr4&dl=0 ## Running the program diff --git a/build.sbt b/build.sbt index f16aec0..e45d260 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ import java.util.HashSet lazy val commonSettings = Seq( organization := "org.sellmerfud", - version := "2.11", + version := "2.12", scalaVersion := "2.13.10" ) diff --git a/src/main/scala/coltwi/ColonialTwilight.scala b/src/main/scala/coltwi/ColonialTwilight.scala index 1e8d8c6..1aa74f2 100644 --- a/src/main/scala/coltwi/ColonialTwilight.scala +++ b/src/main/scala/coltwi/ColonialTwilight.scala @@ -47,7 +47,7 @@ import FUtil.Pathname object ColonialTwilight { - val SOFTWARE_VERSION = "2.11" + val SOFTWARE_VERSION = "2.12" val INTEGER = """(\d+)""".r def dieRoll = if (true) nextInt(6) + 1 diff --git a/src/other/coltwi b/src/other/coltwi index be3b4df..b99fb68 100755 --- a/src/other/coltwi +++ b/src/other/coltwi @@ -15,7 +15,7 @@ ## This is important so that all of our relative path references work correctly. cd `dirname $0` -CLASSPATH=lib/coltwi_2.13-2.11.jar:\ +CLASSPATH=lib/coltwi_2.13-2.12.jar:\ lib/scala-library-2.13.10.jar:\ lib/scala-parser-combinators_2.13-2.1.1.jar diff --git a/src/other/coltwi.cmd b/src/other/coltwi.cmd index 63840da..cb13bd9 100644 --- a/src/other/coltwi.cmd +++ b/src/other/coltwi.cmd @@ -17,7 +17,7 @@ rem Set the current working directory to the directory where this script is runn rem This is important so that all of our relative path references work correctly. pushd %~dp0 -set CLASSPATH=lib\coltwi_2.13-2.11.jar;^ +set CLASSPATH=lib\coltwi_2.13-2.12.jar;^ lib\scala-library-2.13.10.jar;^ lib\scala-parser-combinators_2.13-2.1.1.jar