Skip to content

Commit

Permalink
Update version to 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmerfud committed Sep 3, 2020
1 parent d56204f commit a063764
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ There are two scripts provided that will start the program.

## Downloading the package

You can download the zip file with the latest release (version 4.3) [here][1]
You can download the zip file with the latest release (version 4.4) [here][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 @@ -30,7 +30,7 @@ Simply copy the *games* folder from the older *awakening-x.x* directory to the
new *awakening-x.x* directory.


[1]: https://www.dropbox.com/s/uk93hupo5xlhrgw/awakening-4.3.zip?dl=0
[1]: https://www.dropbox.com/s/7yrspwhh0oa43ck/awakening-4.4.zip?dl=0

## Using the program

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.util.HashSet

lazy val commonSettings = Seq(
organization := "org.sellmerfud",
version := "4.3",
version := "4.4",
scalaVersion := "2.11.0"
)

Expand Down
2 changes: 1 addition & 1 deletion src/other/awakening
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## This is important so that all of our relative path references work correctly.
cd `dirname $0`

CLASSPATH=lib/awakening_2.11-4.3.jar:lib/optparse_2.11-2.2.jar:lib/scala-library-2.11.0.jar:\
CLASSPATH=lib/awakening_2.11-4.4.jar:lib/optparse_2.11-2.2.jar:lib/scala-library-2.11.0.jar:\
lib/scala-parser-combinators_2.11-1.1.2.jar

java -cp "$CLASSPATH" awakening.LabyrinthAwakening "$@"
2 changes: 1 addition & 1 deletion src/other/awakening.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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\awakening_2.11-4.3.jar;lib\optparse_2.11-2.2.jar;lib\scala-library-2.11.0.jar;^
set CLASSPATH=lib\awakening_2.11-4.4.jar;lib\optparse_2.11-2.2.jar;lib\scala-library-2.11.0.jar;^
lib\scala-parser-combinators_2.11-1.1.2.jar
java -cp %CLASSPATH% awakening.LabyrinthAwakening %*

Expand Down

0 comments on commit a063764

Please sign in to comment.