We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec5775 commit 07e8663Copy full SHA for 07e8663
README.md
@@ -62,7 +62,7 @@ project.afterEvaluate {
62
kotlinVersion = 1.3.50
63
64
# Change this to the most recent release version from CurseForge
65
-kottleVersion = 1.2.0
+kottleVersion = 1.2.1
66
```
67
, in your `mods.toml`:
68
```toml
gradle.properties
@@ -3,7 +3,7 @@
3
org.gradle.jvmargs=-Xmx1G
4
org.gradle.daemon=false
5
6
-version = 1.2.0
+version = 1.2.1
7
8
mappingsChannel = snapshot
9
mappingsVersion = 20190719-1.14.3
0 commit comments