Skip to content

Commit a8141f0

Browse files
committed
Bump version
1 parent 33d0bde commit a8141f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

errorhandler/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group 'com.workable'
12-
version '1.0.0'
12+
version '1.0.1'
1313

1414
apply plugin: 'java'
1515
apply plugin: 'maven-publish'
@@ -46,7 +46,7 @@ publishing {
4646
mavenJava(MavenPublication) {
4747
groupId 'com.workable'
4848
artifactId 'error-handler'
49-
version '1.0.0'
49+
version '1.0.1'
5050

5151
from components.java
5252

@@ -90,10 +90,10 @@ bintray {
9090
labels = ['java', 'error handler', 'errors', 'android']
9191
publicDownloadNumbers = true
9292
version {
93-
name = '1.0.0'
93+
name = '1.0.1'
9494

9595
desc = 'Error handling library for Android and Java'
96-
vcsTag = 'v1.0.0'
96+
vcsTag = 'v1.0.1'
9797
gpg {
9898
sign = true //Determines whether to GPG sign the files. The default is false
9999
}

0 commit comments

Comments
 (0)