Skip to content

Commit 62852f1

Browse files
committed
Set version to 1.0.0
1 parent 4a7bc5c commit 62852f1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.workable'
2-
version '0.9'
2+
version '1.0.0'
33

44
apply plugin: 'java'
55

errorhandler-matchers/retrofit-rx-matcher/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.workable'
2-
version '0.9'
2+
version '1.0.0'
33

44
apply plugin: 'java'
55

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 '0.9.1'
12+
version '1.0.0'
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 '0.9.1'
49+
version '1.0.0'
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 = '0.9.1'
93+
name = '1.0.0'
9494

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

0 commit comments

Comments
 (0)