Skip to content

Commit

Permalink
Release 1.9.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChAoSUnItY committed May 21, 2024
1 parent f671807 commit 2a75e32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# User-specific stuff
.idea/
changelog_template.md

*.iml
*.ipr
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript {

plugins {
java
kotlin("jvm") version "1.9.23"
kotlin("jvm") version "1.9.24"
id("net.kyori.blossom") version "1.3.1"
id("com.github.johnrengelman.shadow") version "7.0.0"
`maven-publish`
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Mod
modName=Forgelin-Continuous
modGroup=io.github.chaosunity.forgelin
subVersion=2
subVersion=0
repositoryLink=https://github.com/ChAoSUnItY/Forgelin-Continuous
modDescription=Stand with Kotlin!

Expand All @@ -13,7 +13,7 @@ mcpVersion=39-1.12
forgeVersion=1.12.2-14.23.5.2860

# Kotlin
kotlinVersion=1.9.23
kotlinVersion=1.9.24
annotationsVersion=24.1.0
coroutinesVersion=1.8.0
coroutinesVersion=1.8.1
serializationVersion=1.6.3

0 comments on commit 2a75e32

Please sign in to comment.