Skip to content

Commit

Permalink
Docs: Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
R0land013 committed Dec 1, 2023
1 parent 783ec6d commit 37a9f0b
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 @@ -28,15 +28,15 @@ For adding Showly to your project as a dependency you can add the following to y
<dependency>
<groupId>io.github.r0land013</groupId>
<artifactId>showly</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```

If you are using Gradle, add this to your build.gradle:

```groovy
dependencies {
implementation 'io.github.r0land013:showly:0.2.0'
implementation 'io.github.r0land013:showly:0.2.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.r0land013</groupId>
<artifactId>showly</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>

<name>Showly</name>
<url>https://github.com/R0land013/showly</url>
Expand Down

0 comments on commit 37a9f0b

Please sign in to comment.