v1.1.1 - 2020-05-20
Changed
- The variable replace function used
replaceAll
which caused problems with the new variable
prefix$
. This was changed toreplace
, as we don't need regex for variable replacement. - The
pom.xml
of the project now specifies an explicit file encoding. This should make the build
platform independent.