Skip to content

Commit

Permalink
Update gradle to prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
seujorgenochurras committed Feb 19, 2024
1 parent 586aee5 commit 11fa309
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 @@ -24,7 +24,7 @@ Gradle:
```gradle
dependencies {
implementation ("io.github.seujorgenochurras:image-to-ascii:0.0.2")
implementation ("io.github.seujorgenochurras:image-to-ascii:0.0.3")
}
```
Expand All @@ -36,7 +36,7 @@ Maven:
<dependency>
<groupId>io.github.seujorgenochurras</groupId>
<artifactId>image-to-ascii</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ publishing {
create<MavenPublication>("mavenJava") {
groupId = "io.github.seujorgenochurras"
artifactId = "image-to-ascii"
version = "0.0.2"
version = "0.0.3"
from(components["java"])

pom {
Expand Down

0 comments on commit 11fa309

Please sign in to comment.