We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84038fe commit 830f685Copy full SHA for 830f685
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>dead.guru</groupId>
8
<artifactId>ItemDatabaseLink</artifactId>
9
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</version>
10
11
<properties>
12
<maven.compiler.source>17</maven.compiler.source>
src/main/resources/plugin.yml
@@ -1,5 +1,5 @@
1
name: ItemDatabaseLink # the plugins name as it should appear in the plugin list /pl
2
-version: 1.8.0 # the plugin's version
+version: 1.8.1 # the plugin's version
3
author: Assada
4
main: idl.Main
5
api-version: 1.18 # the version of the API you want to use, required starting with 1.13
0 commit comments