From c16c63ef6a38f693bbcb9147a5f55f01a638a3d8 Mon Sep 17 00:00:00 2001
From: Caranouga <62339171+Caranouga@users.noreply.github.com>
Date: Thu, 4 Aug 2022 21:19:29 +0200
Subject: [PATCH] Change the version of the dependency.

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 026cd3a..5f28cf0 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ First, include the API using Maven:
 <dependency>
     <groupId>tech.sbdevelopment</groupId>
     <artifactId>MapReflectionAPI</artifactId>
-    <version>1.1</version>
+    <version>1.2</version>
     <scope>provided</scope>
 </dependency>
 ```
@@ -57,4 +57,4 @@ More information can be found on the [JavaDoc](https://sbdplugins.nl/javadoc/map
 ## Credits:
 
 This is a fork of [MapManager](https://github.com/InventivetalentDev/MapManager). It updates the API to 1.19 and uses
-other dependencies.
\ No newline at end of file
+other dependencies.