From c0507f5915f7bfa5ecb1e1992d8fae682552fcf6 Mon Sep 17 00:00:00 2001 From: "obed.vazquez" Date: Fri, 21 Nov 2025 07:25:01 -0600 Subject: [PATCH] fix: bump version to 1.0.3 to trigger release with updated credentials --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d7d65d..908b422 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A lightweight library containing shared and generic utility classes for Java-bas ## 1) What is this repository for? ### 1.1) Quick summary -Version: `1.0.2` +Version: `1.0.3` **White_Utils** is a public Java library that provides standardized and generic utility classes to simplify common operations such as logging, formatting, and general helper functions across Java and Maven projects. It is published for public consumption and is also used as a standard within White Organization. @@ -25,7 +25,7 @@ WhiteUtils is designed to be as generic and dependency-minimal as possible so it io.github.white-sdev white-utils - 1.0.2 + 1.0.3 ``` diff --git a/pom.xml b/pom.xml index c9b480e..22e33e8 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.github.white-sdev white-utils - 1.0.2 + 1.0.3 ${project.groupId}:${project.artifactId} A lightweight library containing shared and generic utility classes for Java-based projects. https://github.com/WhiteOrganization/white-utils