Skip to content

Commit d515464

Browse files
committed
release 3.3.2-2
1 parent 4198c16 commit d515464

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To install, use the following maven coordinates:
4141
<dependency>
4242
<groupId>io.github.metarank</groupId>
4343
<artifactId>lightgbm4j</artifactId>
44-
<version>3.3.1-2</version>
44+
<version>3.3.2-2</version>
4545
</dependency>
4646
```
4747

@@ -140,7 +140,7 @@ test.close();
140140

141141
## Supported platforms
142142

143-
This code is tested to work well with Linux (Ubuntu 20.04), Windows (Server 2019) and MacOS 10.15/11.
143+
This code is tested to work well with Linux (Ubuntu 20.04), Windows (Server 2019) and MacOS 10.15/11. Mac M1 is also supported.
144144
Supported Java versions are 8, 11 and 17.
145145

146146
## LightGBM API Coverage

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.metarank</groupId>
88
<artifactId>lightgbm4j</artifactId>
9-
<version>3.3.2-1</version>
9+
<version>3.3.2-2</version>
1010

1111
<name>LightGBM4j: Java LightGBM wrapper</name>
1212
<description>A high-level wrapper for LightGBM toolkit</description>

0 commit comments

Comments
 (0)