Skip to content

Commit

Permalink
Updated pom and README for v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonLeGrange committed Jan 28, 2019
1 parent 53777cb commit 3c38962
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ This API provides an easy way of accessing the account and password verification

[![Build Status](https://travis-ci.org/GideonLeGrange/haveibeenpwned.svg?branch=master)](https://travis-ci.org/GideonLeGrange/haveibeenpwned)

**The current version is 1.0**
**The current version is 1.1**

There's not much difference between 1.0 and 1.1, apart from:
* Dependencies have been updated to address security concerns reported in `retrofit` prior to version 2.5
* In version 1.1 you can sub-class the `HaveIBeenPwndApi` class if you wish

# Getting the API

Expand All @@ -17,7 +21,7 @@ Maven users can use the artifact from Maven Central with this dependency:
<dependency>
<groupId>me.legrange</groupId>
<artifactId>haveibeenpwned</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.legrange</groupId>
<artifactId>haveibeenpwned</artifactId>
<version>1.0</version>
<version>1.1</version>
<packaging>jar</packaging>
<url>https://github.com/GideonLeGrange/haveibeenpwned</url>
<licenses>
Expand Down

0 comments on commit 3c38962

Please sign in to comment.