Bump version
This commit is contained in:
parent
132e4c92e2
commit
c7a3d16920
|
@ -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"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue