Bumped README version

This commit is contained in:
Stijn Bannink 2023-07-05 11:54:49 +02:00
parent e9b19fa2f1
commit a3ba68434f
2 changed files with 4 additions and 2 deletions

2
.idea/encodings.xml generated
View file

@ -23,5 +23,7 @@
<file url="file://$PROJECT_DIR$/NMS-v1_19_R3/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/NMS-v1_20_R1/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/NMS-v1_20_R1/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
</component>
</project>

View file

@ -15,8 +15,8 @@ First, include the API using Maven:
<dependency>
<groupId>tech.sbdevelopment</groupId>
<artifactId>MapReflectionAPI</artifactId>
<version>1.4.3</version>
<artifactId>MapReflectionAPI-API</artifactId>
<version>1.5</version>
<scope>provided</scope>
</dependency>
```