Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Nov 21, 2022
1 parent 49c68b7 commit 74e753c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"1.19.2": "1.6.0",
"1.19.1": "1.6.0",
"1.19": "1.6.0",
"1.19.2": "1.6.1",
"1.19.1": "1.6.1",
"1.19": "1.6.1",
"1.18.2": "1.4.5",
"1.18.1": "1.2.5",
"1.18": "1.2.5"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3

- name: "Set up JDK"
uses: actions/setup-java@v3.3.0
uses: actions/setup-java@v3.6.0
with:
java-version: 17
distribution: temurin
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## mc1.19.2-1.6.1, November 21, 2022

- Fixed crash caused by wildfire taking damage from the environment

## mc1.19.2-1.6.0, November 19, 2022

- Added Wildfire
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.configureondemand=false
# Mod
mod_name=Friends&Foes
mod_id=friendsandfoes
mod_version=1.6.0
mod_version=1.6.1
mod_author=Faboslav
mod_description=Adds outvoted and forgotten mobs from the mob votes in a believable vanilla plus style.
maven_group=com.faboslav.friendsandfoes
Expand Down

0 comments on commit 74e753c

Please sign in to comment.