Skip to content

Commit 7a0592e

Browse files
chores: version update
1 parent cd8a4a2 commit 7a0592e

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### 0.0.2 / 2017-05-12 ###
2+
3+
* `AssemblyResponse.getStepResult` method
4+
5+
### 0.0.1 / 2017-05-09 ###
6+
7+
* Initial release

build.gradle

Lines changed: 4 additions & 4 deletions
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.1'
13+
version = '0.0.2'
1414

1515
allprojects {
1616
repositories {
@@ -51,7 +51,7 @@ publishing {
5151
from components.java
5252
groupId 'com.transloadit.sdk'
5353
artifactId 'transloadit'
54-
version '0.0.1'
54+
version '0.0.2'
5555
artifact sourcesJar
5656
artifact javadocJar
5757
}
@@ -73,9 +73,9 @@ bintray {
7373
issueTrackerUrl = 'https://github.com/transloadit/java-sdk/issues'
7474
publicDownloadNumbers = true
7575
version {
76-
name = '0.0.1'
76+
name = '0.0.2'
7777
desc = 'Java Client for Transloadit(https://transloadit.com) API services.'
78-
vcsTag = '0.0.1'
78+
vcsTag = '0.0.2'
7979
}
8080
}
8181
}

0 commit comments

Comments
 (0)