Skip to content

Commit 9e77842

Browse files
committed
- prepare Version 0.2.0 release
1 parent 5c1c0bc commit 9e77842

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.1.7 / 2021-05-17 ###
1+
### 0.2.0 / 2021-05-17 ###
22
* Added retry functionality for assemblies in case of reaching the rate limit
33

44
### 0.1.6 / 2021-02-24 ###

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Existing users should take note of the [JCenter shutdown](https://jfrog.com/blog
2020
**Gradle:**
2121

2222
```groovy
23-
implementation 'com.transloadit.sdk:transloadit:0.1.7'
23+
implementation 'com.transloadit.sdk:transloadit:0.2.0'
2424
```
2525

2626
**Maven:**
@@ -29,7 +29,7 @@ implementation 'com.transloadit.sdk:transloadit:0.1.7'
2929
<dependency>
3030
<groupId>com.transloadit.sdk</groupId>
3131
<artifactId>transloadit</artifactId>
32-
<version>0.1.7</version>
32+
<version>0.2.0</version>
3333
</dependency>
3434
```
3535

src/main/resources/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
versionNumber='0.1.7'
1+
versionNumber='0.2.0'

src/test/java/com/transloadit/sdk/RequestTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public void get() throws Exception {
3333
mockServerClient.verify(HttpRequest.request()
3434
.withPath("/foo")
3535
.withMethod("GET")
36-
.withHeader("Transloadit-Client", "java-sdk:0.1.7"));
36+
.withHeader("Transloadit-Client", "java-sdk:0.2.0"));
3737

3838
}
3939

0 commit comments

Comments
 (0)