Skip to content

Commit 214b931

Browse files
committed
Release 1.4.0
1 parent b5bdc34 commit 214b931

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,17 @@ dependencies {
4343
kotlinVersion = 1.3.61
4444
4545
# Change this to the most recent release version from CurseForge
46-
kottleVersion = 1.3.0
46+
kottleVersion = 1.4.0
4747
```
4848
, in your `mods.toml`:
4949
```toml
5050
modLoader="kotlinfml"
5151
loaderVersion="[1,)"
5252
```
5353

54-
Finally, replace `FMLJavaModLoadingContext` references in your code with `FMLKotlinModLoadingContext` and
55-
`Mod.EventBusSubscriber` with `KotlinEventBusSubscriber`. For more info, checkout test sources
54+
Finally, replace `FMLJavaModLoadingContext` references in your code with `FMLKotlinModLoadingContext`.
55+
56+
For more info, checkout test sources
5657
[here](https://github.com/autaut03/kottle/tree/master/src/test/kotlin/net/alexwells/kottle) or my mod,
5758
Roomery, [here](https://github.com/autaut03/roomery).
5859

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
org.gradle.jvmargs=-Xmx1G
44
org.gradle.daemon=false
55

6-
version = 1.3.0
6+
version = 1.4.0
77

88
mappingsChannel = snapshot
99
mappingsVersion = 20190719-1.14.3

0 commit comments

Comments
 (0)