Skip to content

Commit 5068fc7

Browse files
committed
Update to version 1.1.0
1 parent cfd2456 commit 5068fc7

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Download the [latest JAR](https://bintray.com/workable/maven/ErrorHandler/_lates
1212
<dependency>
1313
<groupId>com.workable</groupId>
1414
<artifactId>error-handler</artifactId>
15-
<version>1.0.1</version>
15+
<version>1.1.0</version>
1616
<type>pom</type>
1717
</dependency>
1818
```
1919

2020
or Gradle:
2121

2222
```groovy
23-
compile 'com.workable:error-handler:1.0.1'
23+
compile 'com.workable:error-handler:1.1.0'
2424
```
2525

2626

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.workable'
2-
version '1.0.1-alpha3'
2+
version '1.1.0'
33

44
apply plugin: 'java'
55
apply plugin: 'maven-publish'
@@ -19,7 +19,7 @@ publishing {
1919
mavenJava(MavenPublication) {
2020
groupId 'com.workable'
2121
artifactId 'parent'
22-
version '1.0.1-alpha3'
22+
version '1.1.0'
2323
}
2424
}
2525

errorhandler-matchers/retrofit-rx-matcher/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.1-alpha3'
12+
version '1.1.0'
1313

1414
apply plugin: 'java'
1515
apply plugin: 'maven-publish'
@@ -42,7 +42,7 @@ publishing {
4242
mavenJava(MavenPublication) {
4343
groupId 'com.workable'
4444
artifactId 'retrofit-rx-matcher'
45-
version '1.0.1-alpha3'
45+
version '1.1.0'
4646

4747
from components.java
4848

@@ -86,10 +86,10 @@ bintray {
8686
labels = ['java', 'error handler', 'errors', 'android']
8787
publicDownloadNumbers = true
8888
version {
89-
name = '1.0.1-alpha3'
89+
name = '1.1.0'
9090

9191
desc = 'Error handling library for Android and Java'
92-
vcsTag = 'v1.0.0'
92+
vcsTag = 'v1.1.0'
9393
gpg {
9494
sign = true //Determines whether to GPG sign the files. The default is false
9595
}

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.1-alpha3'
12+
version '1.1.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 '1.0.1-alpha3'
49+
version '1.1.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 = '1.0.1-alpha3'
93+
name = '1.1.0'
9494

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

0 commit comments

Comments
 (0)