File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1+ ### 0.0.5 / 2018-01-18 ###
2+
3+ * Check for assembly error before proceeding with tus upload
4+
15### 0.0.4 / 2018-01-08 ###
26
37* Remove tus upload chunksize
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ or can be installed from the Maven and Jcenter repositories.
1818** Gradle:**
1919
2020``` groovy
21- compile 'com.transloadit.sdk:transloadit:0.0.4 '
21+ compile 'com.transloadit.sdk:transloadit:0.0.5 '
2222```
2323
2424** Maven:**
@@ -27,7 +27,7 @@ compile 'com.transloadit.sdk:transloadit:0.0.4'
2727<dependency >
2828 <groupId >com.transloadit.sdk</groupId >
2929 <artifactId >transloadit</artifactId >
30- <version >0.0.4 </version >
30+ <version >0.0.5 </version >
3131</dependency >
3232```
3333
@@ -357,7 +357,7 @@ For fully working examples take a look at [examples/](https://github.com/translo
357357
358358## Documentation
359359
360- See [ Javadoc] ( http://javadoc.io/doc/com.transloadit.sdk/transloadit/0.0.3 ) for full API documentation.
360+ See [ Javadoc] ( http://javadoc.io/doc/com.transloadit.sdk/transloadit/0.0.5 ) for full API documentation.
361361
362362## License
363363
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ sourceCompatibility = 1.6
1010targetCompatibility = 1.6
1111
1212group ' com.transloadit.sdk'
13- version = ' 0.0.4 '
13+ version = ' 0.0.5 '
1414description = " A Java Integration of the Transloadit's(https://transloadit.com) file uploading and encoding service."
1515
1616allprojects {
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ version '0.0.1'
44apply plugin : ' java'
55
66repositories {
7- mavenCentral ()
7+ jcenter ()
88}
99
1010dependencies {
11- compile ' com.transloadit.sdk:transloadit:0.0.4 '
11+ compile ' com.transloadit.sdk:transloadit:0.0.5 '
1212}
You can’t perform that action at this time.
0 commit comments