Skip to content

Commit

Permalink
release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusbmx committed Sep 3, 2024
1 parent f977679 commit 6dca0ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.jesusbmx</groupId>
<artifactId>juno</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>
<dependencies>
<!-- Dependencia para Android API 19 -->
Expand Down

0 comments on commit 6dca0ae

Please sign in to comment.