From 6dca0ae6deb82a37acafcb293cca5e2d1fdefad9 Mon Sep 17 00:00:00 2001 From: JesusBMX Date: Tue, 3 Sep 2024 15:56:19 -0600 Subject: [PATCH] release 1.0.3 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7aea72b..00cbde2 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Juno is a utility library designed to simplify common tasks in Java and Android To include Juno in your project using Gradle, add the following dependency: ``` dependencies { - implementation 'com.github.jesusbmx:juno:1.0.2' + implementation 'com.github.jesusbmx:juno:1.0.3' } ``` Alternatively, you can download the JAR file directly from [JitPack](https://jitpack.io/#jesusbmx/juno): -Download [juno.jar](https://jitpack.io/com/github/jesusbmx/juno/1.0.2/juno-1.0.2.jar) +Download [juno.jar](https://jitpack.io/com/github/jesusbmx/juno/1.0.3/juno-1.0.3.jar) ## Documentation diff --git a/pom.xml b/pom.xml index 8f839cc..0cb6461 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.github.jesusbmx juno - 1.0.2 + 1.0.3 jar