Browse Source

Change library version to minor version

Patrick-Christopher Mattulat 11 months ago
parent
commit
9b0bf0373c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -1,4 +1,4 @@
-# Lynar Studios - Standard Library - JNI - 2023.3.0 #
+# Lynar Studios - Standard Library - JNI - 2023.2.1 #
 
 This library has __Java Native Interface__ (JNI) bindings to selective functionalities of the C++ counterpart library "Lynar Studios - Standard Library". The purpose of this Java library is to provide functionalities within the Java world, you'd usually miss.
 
@@ -38,7 +38,7 @@ Compilation of this library requires the following prerequisites to be in place:
 |--------------------------------------------------------------|------------------------------------------------------------------------------------------|
 | Maven                                                        | this is the library's build tool and is required in version __3.6.x__                    |
 | Java Development Kit (JDK)                                   | this library uses JDK-11                                                                 |
-| Lynar Studios - Standard Library - Time Module (ls-std-time) | this is the native shared library, required on the system in use in version __2023.3.0__ |
+| Lynar Studios - Standard Library - Time Module (ls-std-time) | this is the native shared library, required on the system in use in version __2023.2.1__ |
 
 If your system fulfills these prerequisites, compiling the Java library is simple - navigate to the project's root directory and use the following maven command: