Skip to content

Commit

Permalink
4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DAMcraft committed Jan 31, 2024
1 parent 39ad154 commit d26d92b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="https://github.com/DAMcraft/MeteorServerSeeker/releases/download/4.2.0/server-seeker-4.2.0.jar">
<a href="https://github.com/DAMcraft/MeteorServerSeeker/releases/download/4.3.0/server-seeker-4.3.0.jar">
<img src="https://custom-icon-badges.demolab.com/badge/-Download-2b2b2b?style=for-the-badge&logo=download&logoColor=white" width=2000></img>
</a>

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "fabric-loom" version "1.4-SNAPSHOT"
id "fabric-loom" version "1.5.7"
}

sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ org.gradle.jvmargs=-Xmx2G

# Fabric Properties (https://fabricmc.net/develop)
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.1
loader_version=0.15.0
fabric_version=0.91.1+1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.6
fabric_version=0.95.4+1.20.4

# Mod Properties
mod_version=4.3.0
Expand Down

0 comments on commit d26d92b

Please sign in to comment.