Browse Source

Increase library version to match C++ dependency's version

Patrick-Christopher Mattulat 1 year ago
parent
commit
0537cbfd11
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      pom.xml

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-# Lynar Studios - Standard Library - JNI - 2023.1.0 #
+# Lynar Studios - Standard Library - JNI - 2023.2.0 #
 
 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.
 

+ 1 - 1
pom.xml

@@ -4,7 +4,7 @@
 
   <groupId>com.lynarstudios</groupId>
   <artifactId>ls-standard-library-jni</artifactId>
-  <version>2023.1.0</version>
+  <version>2023.2.0</version>
   <packaging>jar</packaging>
 
   <name>ls-standard-library-jni</name>