Procházet zdrojové kódy

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

Patrick-Christopher Mattulat před 1 rokem
rodič
revize
0537cbfd11
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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>