Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Nov 13, 2024
1 parent 577fe02 commit 7f5a3ad
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ Make sure to clear after release
Put changelog here:

-----------------
- Updated Kotlin to 2.0.10
- Updated minimum FLK to 1.12.0+kotlin.2.0.10
- Updated Tiny Remapper to 0.10.4
- Updated Kotlin to 2.0.21
- Updated minimum FLK to 1.12.3+kotlin.2.0.21
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {
idea
`java-library`
java
kotlin("jvm") version("2.0.10")
kotlin("jvm") version("2.0.21")
}

val minecraftVersion: String by project
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ org.gradle.caching=true
minecraftVersion=1.21.1
quiltMappings=1.21+build.18
parchmentMappings=1.20.6:2024.05.01
loaderVersion=0.16.0
loaderVersion=0.16.9

# Mod Properties
modId = fabric_kotlin_extensions
Expand All @@ -23,4 +23,4 @@ org.gradle.caching=true
baseName = FabricKotlinExtensions

# Dependencies
fabricKotlinVersion=1.12.0+kotlin.2.0.10
fabricKotlinVersion=1.12.3+kotlin.2.0.21
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
idea
`java-library`
java
id("com.github.johnrengelman.shadow") version("+")
kotlin("jvm") version("2.0.10")
id("com.gradleup.shadow") version("+")
kotlin("jvm") version("2.0.21")
}

val modId: String by project
Expand Down
4 changes: 2 additions & 2 deletions library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ org.gradle.caching=true

# Project Properties
modId = kotlin_library_extensions
projectVersion = 1.1.1
projectVersion = 1.1.2
mavenGroup = net.frozenblock
baseName = KotlinLibraryExtensions

# Dependencies
fabricKotlinVersion=1.12.0+kotlin.2.0.10
fabricKotlinVersion=1.12.3+kotlin.2.0.21

0 comments on commit 7f5a3ad

Please sign in to comment.