From 8e9847e2c348ae932d0fc8753b030ec8375230ac Mon Sep 17 00:00:00 2001 From: Adam Pocock Date: Fri, 1 Nov 2024 11:42:42 -0400 Subject: [PATCH] Update README.md Updates latest version to 5.3.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05bc5a9a..3cc8672a 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ Maven: com.oracle.labs.olcut olcut-core - 5.3.0 + 5.3.1 ``` or from Gradle: ```groovy -implementation 'com.oracle.labs.olcut:olcut-core:5.3.0' +implementation 'com.oracle.labs.olcut:olcut-core:5.3.1' ``` 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 optional parameters, and more. The Command Interpreter is built around [JLine3](https://github.com/jline/jline3) and -supports the native platforms that JLine3 supports: Solaris, Linux, OS X, FreeBSD, and Windows. +supports the native platforms that JLine3 supports: Solaris, Linux, macOS, FreeBSD, and Windows. Read more about the [Command Interpreter](README-Commands.md).