File tree 2 files changed +11
-4
lines changed 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.0.2 / 2017-05-12 ###
2
+
3
+ * ` AssemblyResponse.getStepResult ` method
4
+
5
+ ### 0.0.1 / 2017-05-09 ###
6
+
7
+ * Initial release
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ sourceCompatibility = 1.6
10
10
targetCompatibility = 1.6
11
11
12
12
group ' com.transloadit.sdk'
13
- version = ' 0.0.1 '
13
+ version = ' 0.0.2 '
14
14
15
15
allprojects {
16
16
repositories {
@@ -51,7 +51,7 @@ publishing {
51
51
from components. java
52
52
groupId ' com.transloadit.sdk'
53
53
artifactId ' transloadit'
54
- version ' 0.0.1 '
54
+ version ' 0.0.2 '
55
55
artifact sourcesJar
56
56
artifact javadocJar
57
57
}
@@ -73,9 +73,9 @@ bintray {
73
73
issueTrackerUrl = ' https://github.com/transloadit/java-sdk/issues'
74
74
publicDownloadNumbers = true
75
75
version {
76
- name = ' 0.0.1 '
76
+ name = ' 0.0.2 '
77
77
desc = ' Java Client for Transloadit(https://transloadit.com) API services.'
78
- vcsTag = ' 0.0.1 '
78
+ vcsTag = ' 0.0.2 '
79
79
}
80
80
}
81
81
}
You can’t perform that action at this time.
0 commit comments