Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Aug 7, 2024
1 parent 90cc9a1 commit c7c6b35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add it as a dependency to your Gradle project:

```kotlin
dependencies {
modImplementation("net.fabricmc:fabric-language-kotlin:1.11.0+kotlin.2.0.10")
modImplementation("net.fabricmc:fabric-language-kotlin:1.12.0+kotlin.2.0.10")
}
```

Expand All @@ -35,7 +35,7 @@ Remember to the add a dependency entry to your `fabric.mod.json` file:
]
},
"depends": {
"fabric-language-kotlin": ">=1.11.0+kotlin.2.0.10"
"fabric-language-kotlin": ">=1.12.0+kotlin.2.0.10"
}
}
```
Expand Down Expand Up @@ -247,7 +247,7 @@ Companion objects can be used by appending `$Companion` to the class.
- **`kotlinx-serialization-cbor`** 1.7.1 [API docs](https://kotlin.github.io/kotlinx.serialization/kotlinx-serialization-cbor/index.html)
- **`atomicfu`** 0.25.0 [GitHub](https://github.com/Kotlin/kotlinx.atomicfu)
- **`kotlinx-datetime`** 0.6.0 [GitHub](https://github.com/Kotlin/kotlinx-datetime)
- **`kotlinx-io-core`** 0.5.1 [API docs](https://kotlin.github.io/kotlinx-io/kotlinx-io-core/index.html) [GitHub](https://github.com/Kotlin/kotlinx-io)
- **`kotlinx-io-core`** 0.5.1 [API docs](https://kotlin.github.io/kotlinx-io/kotlinx-io-core/index.html), [GitHub](https://github.com/Kotlin/kotlinx-io)
- **`kotlinx-io-bytestring`** 0.5.1 [API docs](https://kotlin.github.io/kotlinx-io/kotlinx-io-bytestring/index.html)

## Available Versions
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kotlin.code.style=official
org.gradle.jvmargs=-Xmx2G

modId=fabric-language-kotlin
modVersion=1.11.0
modVersion=1.12.0
minecraftVersion=1.20.2
mappingsVersion=1.20.2+build.4
loaderVersion=0.14.24
Expand Down

0 comments on commit c7c6b35

Please sign in to comment.