Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
efekos committed Jan 27, 2024
1 parent 339723f commit 69b66e1
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 @@ -39,7 +39,7 @@ Simpler is an API that helps you make spigot plugins with a lot of different way
<dependency>
<groupId>com.github.efekos</groupId>
<artifactId>Simpler</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>
</dependency>
````

Expand All @@ -57,6 +57,6 @@ allprojects {
* Add this dependency:
````gradle
dependencies {
implementation 'com.github.efekos:Simpler:1.6.4'
implementation 'com.github.efekos:Simpler:1.6.5'
}
````
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>me.efekos</groupId>
<artifactId>Simpler</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>
<packaging>jar</packaging>

<name>Simpler</name>
Expand Down

0 comments on commit 69b66e1

Please sign in to comment.