Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxanier committed Oct 15, 2023
1 parent a23c0d0 commit 4dd7465
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mcp_mappings=1.19.3-2022.12.18-1.19.4
mcp_channel=parchment
main_version=1
major_version=9
minor_version=3
minor_version=4
#Dependencies/Optional Libraries
jei_version=13.1.0.6
guideapi_version=1.19.4-2.2.6-beta.1
Expand Down
12 changes: 6 additions & 6 deletions preReleaseTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ mkdir "$dir/vampirism"
cp "build/libs/Vampirism-$mc_version-$version.jar" "$dir/vampirism/"

#Werewolves
#git clone https://github.com/TeamLapen/Werewolves.git "$dir/werewolves"
#cd "$dir/werewolves" || exit
#git checkout "origin/$branch_name"
#echo -e "\nrepositories{ maven{ url='$dir/.m2' }}" >> build.gradle
#./gradlew build -Pvampirism_version="$version"
werewolves_success=0 #$?
git clone https://github.com/TeamLapen/Werewolves.git "$dir/werewolves"
cd "$dir/werewolves" || exit
git checkout "origin/$branch_name"
echo -e "\nrepositories{ maven{ url='$dir/.m2' }}" >> build.gradle
./gradlew build -Pvampirism_version="$version"
werewolves_success=$?

#Integrations
#git clone https://github.com/TeamLapen/VampirismIntegrations.git "$dir/integrations"
Expand Down

0 comments on commit 4dd7465

Please sign in to comment.