Skip to content

Commit 7e78111

Browse files
release: update version to 0.1.1
1 parent ea73be5 commit 7e78111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sourceCompatibility = 1.6
1010
targetCompatibility = 1.6
1111

1212
group 'com.transloadit.sdk'
13-
version = '0.1.0'
13+
version = '0.1.1'
1414
description = "A Java Integration of the Transloadit's(https://transloadit.com) file uploading and encoding service."
1515

1616
allprojects {

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ repositories {
88
}
99

1010
dependencies {
11-
compile 'com.transloadit.sdk:transloadit:0.1.0'
11+
compile 'com.transloadit.sdk:transloadit:0.1.1'
1212
}

0 commit comments

Comments
 (0)