Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed May 21, 2023
1 parent 0b5795b commit 03ad67e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modImplementation include("com.github.KrLite.Equator-v2:Animation:${project.equator_version}")
modImplementation include("com.github.KrLite.Equator-v2:Visual:${project.equator_version}")
modImplementation include("com.github.KrLite.Equator-v2:Animation:${project.minecraft_version}-${project.equator_version}")
modImplementation include("com.github.KrLite.Equator-v2:Visual:${project.minecraft_version}-${project.equator_version}")
}

processResources {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ minecraft_version = 1.19.4
yarn_mappings = 1.19.4+build.2
loader_version = 0.14.19

mod_version = 1.0.2
mod_version = 1.1.0
maven_group = net.krlite
archives_base_name = flash

# Dependencies
fabric_version = 0.81.0+1.19.4
equator_version = v2.3.0
fabric_version = 0.81.1+1.19.4
equator_version = v2.4.0

0 comments on commit 03ad67e

Please sign in to comment.