From 04173ca5252de11efea171008adf21d70360d4b1 Mon Sep 17 00:00:00 2001
From: MiniDigger | Martin <admin@minidigger.dev>
Date: Tue, 6 Nov 2018 15:24:32 +0100
Subject: [PATCH] [CI-SKIP] Update artifact information in readme (#1652)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 61fe6ae489..2ff87b05fc 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ How To (Plugin Developers)
 <dependency>
     <groupId>com.destroystokyo.paper</groupId>
     <artifactId>paper-api</artifactId>
-    <version>1.13.1-R0.1-SNAPSHOT</version>
+    <version>1.13.2-R0.1-SNAPSHOT</version>
     <scope>provided</scope>
  </dependency>
  ```