Skip to content

Commit

Permalink
bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
memo33 committed May 12, 2024
1 parent 3ace4f0 commit 063ce05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "JDatPacker"

organization := "io.github.memo33"

version := "0.2.1"
version := "0.2.2"

description := "Cross-platform utility for repackaging SimCity 4 plugin files"

Expand Down
2 changes: 1 addition & 1 deletion launch-JDatPacker-Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -e
SCRIPTDIR="${0%/*}"
cd "$SCRIPTDIR"
java -jar "JDatPacker-0.2.1.jar" "$@"
java -jar "JDatPacker-0.2.2.jar" "$@"
2 changes: 1 addition & 1 deletion launch-JDatPacker-Windows.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@ECHO OFF
java -jar "JDatPacker-0.2.1.jar" %*
java -jar "JDatPacker-0.2.2.jar" %*
2 changes: 1 addition & 1 deletion launch-JDatPacker-macOS.command
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e
SCRIPTDIR="${0%/*}"
# macOS .command files launch from user home, so switch to script directory
cd "$SCRIPTDIR"
java -jar "JDatPacker-0.2.1.jar" "$@"
java -jar "JDatPacker-0.2.2.jar" "$@"

0 comments on commit 063ce05

Please sign in to comment.