From c7a3d1692073525544b01e75e47a5b6dbe64f1c2 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 5 Jan 2019 10:01:56 -0500 Subject: [PATCH] Bump version --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7eb533d..565a7a4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add SimpleMultipart to your dependencies: ```groovy dependencies { - modCompile "net.shadowfacts.simplemultipart:SimpleMultipart:0.1.0" + modCompile "net.shadowfacts.simplemultipart:SimpleMultipart:0.1.1" } ``` diff --git a/build.gradle b/build.gradle index e33d365..2a5bbd4 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ targetCompatibility = 1.8 archivesBaseName = "SimpleMultipart" group = "net.shadowfacts.simplemultipart" -version = "0.1.0" +version = "0.1.1" apply from: "https://raw.githubusercontent.com/shadowfacts/maven/master/maven.gradle"