Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Bump version to 1.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Sep 16, 2020
1 parent e8aa338 commit 6537d82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ dependencies {
}
include "net.fabricmc.fabric-api:fabric-resource-loader-v0:${project.resource_loader_version}"
} else {
modCompileOnly("net.fabricmc.fabric-api:fabric-api:0.17.2+build.396-1.16") {
modCompileOnly("net.fabricmc.fabric-api:fabric-api:0.20.2+build.402-1.16") {
exclude group: 'net.fabricmc', module: 'fabric-loader'
}
modRuntime("net.fabricmc.fabric-api:fabric-api:0.17.2+build.396-1.16") {
modRuntime("net.fabricmc.fabric-api:fabric-api:0.20.2+build.402-1.16") {
exclude group: 'net.fabricmc', module: 'fabric-loader'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=aafae0b8

# Mod Properties
mod_version = 1.3.19
mod_version = 1.3.20
maven_group = net.earthcomputer
archives_base_name = multiconnect

Expand Down

0 comments on commit 6537d82

Please sign in to comment.