We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d0bde commit a8141f0Copy full SHA for a8141f0
1 file changed
errorhandler/build.gradle
@@ -9,7 +9,7 @@ plugins {
9
}
10
11
group 'com.workable'
12
-version '1.0.0'
+version '1.0.1'
13
14
apply plugin: 'java'
15
apply plugin: 'maven-publish'
@@ -46,7 +46,7 @@ publishing {
46
mavenJava(MavenPublication) {
47
groupId 'com.workable'
48
artifactId 'error-handler'
49
- version '1.0.0'
+ version '1.0.1'
50
51
from components.java
52
@@ -90,10 +90,10 @@ bintray {
90
labels = ['java', 'error handler', 'errors', 'android']
91
publicDownloadNumbers = true
92
version {
93
- name = '1.0.0'
+ name = '1.0.1'
94
95
desc = 'Error handling library for Android and Java'
96
- vcsTag = 'v1.0.0'
+ vcsTag = 'v1.0.1'
97
gpg {
98
sign = true //Determines whether to GPG sign the files. The default is false
99
0 commit comments