Skip to content

Commit 0ca7585

Browse files
committed
Preparing release
1 parent 1bebd54 commit 0ca7585

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ An implementation of [JSON Web Tokens](http://self-issued.info/docs/draft-ietf-o
1515
<dependency>
1616
<groupId>com.auth0</groupId>
1717
<artifactId>java-jwt</artifactId>
18-
<version>2.2.0</version>
18+
<version>2.2.1</version>
1919
</dependency>
2020
```
2121

2222
### Gradle
2323

2424
```gradle
25-
compile 'com.auth0:java-jwt:2.2.0'
25+
compile 'com.auth0:java-jwt:2.2.1'
2626
```
2727

2828
## Usage

codecov.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
coverage:
2+
precision: 2
3+
round: down
4+
range: "70...100"
5+
status:
6+
patch:
7+
default:
8+
if_no_uploads: error
9+
changes: true
10+
project:
11+
default:
12+
target: auto
13+
if_no_uploads: error
14+
comment: false

0 commit comments

Comments
 (0)