-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare stable development release version 0.3.0
- Loading branch information
1 parent
2ad1b47
commit 8bd1204
Showing
5 changed files
with
50 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,8 +51,7 @@ copyright Copyright (C) 2017 + | |
* @author Arctic Ice Studio <[email protected]> | ||
* @see <a href="https://github.com/arcticicestudio/icecore-hashids">IceCore Hashids</a> | ||
* @see <a href="http://hashids.org">Hashids</a> | ||
* @version 0.2.0 | ||
* @since 0.1.0 | ||
* @version 0.3.0 | ||
*/ | ||
public final class Hashids { | ||
|
||
|
@@ -89,7 +88,7 @@ public final class Hashids { | |
* | ||
* @since 0.3.0 | ||
*/ | ||
public static final String VERSION = "0.2.0"; | ||
public static final String VERSION = "0.3.0"; | ||
|
||
private static final int GUARD_DIV = 12; | ||
private static final int MIN_ALPHABET_LENGTH = 16; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,6 @@ copyright Copyright (C) 2017 + | |
* | ||
* @author Arctic Ice Studio <[email protected]> | ||
* @see <a href="http://hashids.org">Hashids</a> | ||
* @version 0.2.0 | ||
* @version 0.3.0 | ||
*/ | ||
package com.arcticicestudio.icecore.hashids; | ||
package com.arcticicestudio.icecore.hashids; |