Skip to content

Commit

Permalink
build: update version number to 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmerfud committed May 21, 2024
1 parent 55b3e6c commit bbec6ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13][1]
You can use this link to download the latest release: [Version 2.14][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.
Expand All @@ -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/mq0ipama99e9mn4p9kqul/coltwi-2.13.zip?rlkey=uxdzui84cm2554vds61fegmi6&dl=0
[1]: https://www.dropbox.com/scl/fi/2tklhaqyis9tw4jjyo0ih/coltwi-2.14.zip?rlkey=zlkhpg94icut8nt2gazoevruz&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 := "2.13",
version := "2.14",
scalaVersion := "2.13.14"
)

Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/coltwi/ColonialTwilight.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import FUtil.Pathname

object ColonialTwilight {

val SOFTWARE_VERSION = "2.13"
val SOFTWARE_VERSION = "2.14"
val INTEGER = """(\d+)""".r

def dieRoll = if (true) nextInt(6) + 1
Expand Down

0 comments on commit bbec6ba

Please sign in to comment.