Skip to content

Commit 87d6dce

Browse files
committed
Version bump for release and update to 1.16.1
1 parent 08c45ed commit 87d6dce

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Then add this into your dependencies section in your projects pom.xml
1616
<dependency>
1717
<groupId>me.themgrf</groupId>
1818
<artifactId>InventoryAPI</artifactId>
19-
<version>0.0.1</version>
19+
<version>1.0.0</version>
2020
<scope>provided</scope>
2121
</dependency>
2222
```

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66

77
<groupId>me.themgrf</groupId>
88
<artifactId>InventoryAPI</artifactId>
9-
<version>0.0.1</version>
9+
<version>1.0.0</version>
10+
11+
<properties>
12+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13+
</properties>
1014

1115
<repositories>
1216
<repository>
@@ -19,7 +23,7 @@
1923
<dependency>
2024
<groupId>com.destroystokyo.paper</groupId>
2125
<artifactId>paper-api</artifactId>
22-
<version>1.15.2-R0.1-SNAPSHOT</version>
26+
<version>1.16.1-R0.1-SNAPSHOT</version>
2327
<scope>provided</scope>
2428
</dependency>
2529
</dependencies>

0 commit comments

Comments
 (0)