Skip to content

Commit

Permalink
Prep for release 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostino committed Mar 29, 2017
1 parent 6501892 commit 94ef29b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ each new method.
+ [Library](#library)
* [Configure and create object](#configure-and-create-object)
+ [All defaults](#all-defaults)
+ [Localization](#localization)
+ [Custom configuration](#custom-configuration)
* [Estimate password strength](#estimate-password-strength)
+ [Simple](#simple)
Expand Down Expand Up @@ -90,7 +91,7 @@ Password #2, while not allowed by our policy, is only susceptible to a brute for
<dependency>
<groupId>me.gosimple</groupId>
<artifactId>nbvcxz</artifactId>
<version>1.3.4</version>
<version>LATEST</version>
</dependency>
```

Expand All @@ -99,7 +100,7 @@ Password #2, while not allowed by our policy, is only susceptible to a brute for

### Standalone
To use as a stand-alone program, just compile, and run it by calling:
`java -jar nbvcxz-1.3.4.jar`
`java -jar nbvcxz-1.4.0.jar`
![alt text](http://i.imgur.com/9c070FX.png)

### Library
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<groupId>me.gosimple</groupId>
<artifactId>nbvcxz</artifactId>
<packaging>jar</packaging>
<version>1.3.4</version>
<version>1.4.0</version>

<name>nbvcxz</name>
<description>Nbvcxz takes heavy inspiration from the zxcvbn library built by Dropbox, and in a lot of ways is
similar.
I built this library to be heavily extensible for every use case, but have sane defaults.
I built this library to be heavily extensible for every use case, with sane defaults.
</description>
<url>https://github.com/GoSimpleLLC/nbvcxz</url>

Expand Down

0 comments on commit 94ef29b

Please sign in to comment.