Skip to content

Commit

Permalink
Update changelog and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Nov 10, 2021
1 parent be4dbe7 commit 4b35652
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import net.fabricmc.loom.task.RemapJarTask
import java.time.Year

plugins {
id 'fabric-loom' version '0.8-SNAPSHOT'
id 'fabric-loom' version '0.10-SNAPSHOT'
id "org.cadixdev.licenser" version "0.6.0"
id 'com.matthewprenger.cursegradle' version '1.4.0'
id 'com.jfrog.artifactory' version '4.21.0'
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
------------------------------------------------------
Version 1.4.0
------------------------------------------------------
- Ability sources that are missing during deserialization will now be removed with a warning instead of sticking around forever
- PAL properties will now persist after a dimension change

------------------------------------------------------
Version 1.3.0
------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ org.gradle.jvmargs=-Xmx1G
# check these on https://fabricmc.net/use
minecraft_version=1.17.1
yarn_mappings=1.17.1+build.10
loader_version=0.11.6
loader_version=0.12.5
#Fabric api
fabric_version=0.37.0+1.17
fabric_version=0.42.1+1.17

# Mod Properties
mod_version = 1.3.0
mod_version = 1.4.0
maven_group = io.github.ladysnake
archives_base_name = pal

Expand Down

0 comments on commit 4b35652

Please sign in to comment.