We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea73be5 commit 7e78111Copy full SHA for 7e78111
build.gradle
@@ -10,7 +10,7 @@ sourceCompatibility = 1.6
10
targetCompatibility = 1.6
11
12
group 'com.transloadit.sdk'
13
-version = '0.1.0'
+version = '0.1.1'
14
description = "A Java Integration of the Transloadit's(https://transloadit.com) file uploading and encoding service."
15
16
allprojects {
examples/build.gradle
@@ -8,5 +8,5 @@ repositories {
8
}
9
dependencies {
- compile 'com.transloadit.sdk:transloadit:0.1.0'
+ compile 'com.transloadit.sdk:transloadit:0.1.1'
0 commit comments