Skip to content

Commit

Permalink
Bumped to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gray Watson committed Apr 7, 2017
1 parent 4a651f7 commit 22b5538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.j256.two-factor-auth</groupId>
<artifactId>two-factor-auth</artifactId>
<version>0.3-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>TOTP</name>
<url>https://github.com/j256/two-factor-auth</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/javadoc/doc-files/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.3: 4/7/2017
1.0: 4/7/2017
* Added different sized base-32 secret string generation. Thanks to WilliamDunne.
* Added validation methods with a specified window. Thanks to WilliamDunne.
* Some name refactoring to make more sense.
Expand Down

0 comments on commit 22b5538

Please sign in to comment.