Bump version

This commit is contained in:
Shadowfacts 2019-01-05 10:01:56 -05:00
parent 132e4c92e2
commit c7a3d16920
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ Add SimpleMultipart to your dependencies:
```groovy ```groovy
dependencies { dependencies {
modCompile "net.shadowfacts.simplemultipart:SimpleMultipart:0.1.0" modCompile "net.shadowfacts.simplemultipart:SimpleMultipart:0.1.1"
} }
``` ```

View File

@ -7,7 +7,7 @@ targetCompatibility = 1.8
archivesBaseName = "SimpleMultipart" archivesBaseName = "SimpleMultipart"
group = "net.shadowfacts.simplemultipart" group = "net.shadowfacts.simplemultipart"
version = "0.1.0" version = "0.1.1"
apply from: "https://raw.githubusercontent.com/shadowfacts/maven/master/maven.gradle" apply from: "https://raw.githubusercontent.com/shadowfacts/maven/master/maven.gradle"