Skip to content

Commit 1e0c3fd

Browse files
authored
Update README.md (#73)
Updates latest version to 5.3.1
1 parent dd7f371 commit 1e0c3fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Maven:
2323
<dependency>
2424
<groupId>com.oracle.labs.olcut</groupId>
2525
<artifactId>olcut-core</artifactId>
26-
<version>5.3.0</version>
26+
<version>5.3.1</version>
2727
</dependency>
2828
```
2929
or from Gradle:
3030
```groovy
31-
implementation 'com.oracle.labs.olcut:olcut-core:5.3.0'
31+
implementation 'com.oracle.labs.olcut:olcut-core:5.3.1'
3232
```
3333

3434
The `olcut-extras` artifact is designed as a small tool for developers, as such you should compile the appropriate
@@ -191,7 +191,7 @@ tab completion, many primitive types as arguments, history, readline-style editi
191191
optional parameters, and more.
192192

193193
The Command Interpreter is built around [JLine3](https://github.com/jline/jline3) and
194-
supports the native platforms that JLine3 supports: Solaris, Linux, OS X, FreeBSD, and Windows.
194+
supports the native platforms that JLine3 supports: Solaris, Linux, macOS, FreeBSD, and Windows.
195195

196196
Read more about the [Command Interpreter](README-Commands.md).
197197

0 commit comments

Comments
 (0)