Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nuriofernandez committed Feb 26, 2021
1 parent 3f92c92 commit 94da61d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Minecraft server pinger library obtains information such as the MOTD of minecraf
<dependency>
<groupId>me.nurio.minecraft</groupId>
<artifactId>pinger</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.nurio.minecraft</groupId>
<artifactId>pinger</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<name>Minecraft server pinger</name>
<description>Minecraft server pinger obtains information such as the MOTD of minecraft servers.</description>

Expand Down

0 comments on commit 94da61d

Please sign in to comment.