Update version numbers

This commit is contained in:
2026-01-26 18:06:05 -05:00
parent 68d4fdb46d
commit b0de9d869d
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# Matrix # Matrix
[![Quality Gate Status](https://sonarqube.mattrixwv.com/api/project_badges/measure?project=matrix&metric=alert_status&token=sqb_b6f7219a7b625b1ab2964e9dfa90e58a7c4c4e57)](https://sonarqube.mattrixwv.com/dashboard?id=matrix)
This is my matrix library, created as curiosity and to fit into my [Cipher Stream](https://git.mattrixwv.com/BaseLibraries/CipherStream) project. This is my matrix library, created as curiosity and to fit into my [Cipher Stream](https://git.mattrixwv.com/BaseLibraries/CipherStream) project.
TODO: Fill this is better information about library usage. TODO: Fill this is better information about library usage.

View File

@@ -27,7 +27,7 @@
<groupId>com.mattrixwv</groupId> <groupId>com.mattrixwv</groupId>
<artifactId>matrix</artifactId> <artifactId>matrix</artifactId>
<version>1.3.2-SNAPSHOT</version> <version>1.3.2</version>
<name>Matrix</name> <name>Matrix</name>
<description>A library for performing Matrix operations</description> <description>A library for performing Matrix operations</description>