Skip to content

Commit 30f507a

Browse files
relase: update referenced version numbers + changelog
1 parent 5ac7c40 commit 30f507a

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

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.0.4'
13+
version = '0.0.5'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version '0.0.1'
44
apply plugin: 'java'
55

66
repositories {
7-
mavenCentral()
7+
jcenter()
88
}
99

1010
dependencies {
11-
compile 'com.transloadit.sdk:transloadit:0.0.4'
11+
compile 'com.transloadit.sdk:transloadit:0.0.5'
1212
}

0 commit comments

Comments
 (0)