Skip to content

Commit

Permalink
Update version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frengor committed Oct 6, 2024
1 parent 235c870 commit ae1d4a3
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.2** server versions.
LightInjector has been successfully tested on **1.8-1.21.1** 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.2</version>
<version>1.0.3</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.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>

<name>LightInjector</name>
Expand Down

0 comments on commit ae1d4a3

Please sign in to comment.