Skip to content

Commit

Permalink
Update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frengor committed Sep 25, 2023
1 parent 5684426 commit 82b3f71
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 @@ -5,7 +5,7 @@
A light yet complete and fast packet injector for Spigot servers.

### Tested versions
LightInjector has been successfully tested on **1.8-1.20.1** server versions.
LightInjector has been successfully tested on **1.8-1.20.2** server versions.

## How to use

Expand All @@ -26,7 +26,7 @@ Copy and paste the [`LightInjector`](src/main/java/com/fren_gor/lightInjector/Li
<dependency>
<groupId>com.frengor</groupId>
<artifactId>lightinjector</artifactId>
<version>1.0.1</version>
<version>1.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 @@ -6,7 +6,7 @@

<groupId>com.frengor</groupId>
<artifactId>lightinjector</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>jar</packaging>

<name>LightInjector</name>
Expand Down

0 comments on commit 82b3f71

Please sign in to comment.