Skip to content

Commit

Permalink
1.9.1
Browse files Browse the repository at this point in the history
1.19.4 Support.
  • Loading branch information
przxmus committed Apr 9, 2023
1 parent 069f2b0 commit e87372f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>eu.vibemc</groupId>
<artifactId>LifeSteal</artifactId>
<version>1.9</version>
<version>1.9.1</version>
<packaging>jar</packaging>
<name>P-LifeSteal</name>

Expand Down Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-shade</artifactId>
<version>8.7.0</version>
<version>8.8.0</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
Expand All @@ -117,12 +117,12 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.11.2</version>
<version>2.11.3</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# A guide on how to configure the plugin can be found in the official documentation.
# https://ls.przemus.xyz/
# https://devprzemus.gitbook.io/lifesteal/
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

heartItem:
Expand Down

0 comments on commit e87372f

Please sign in to comment.