Skip to content

Commit

Permalink
1.1.10 リリース
Browse files Browse the repository at this point in the history
  • Loading branch information
okomeki committed Apr 25, 2023
1 parent 1506bf0 commit 05caf7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.siisise</groupId>
<artifactId>softlib</artifactId>
<version>1.1.10-SNAPSHOT</version>
<version>1.1.10</version>
<packaging>jar</packaging>
<name>SoftLib</name>
<description>Java simple API Packet io, base64, etc...</description>
Expand Down
1 change: 0 additions & 1 deletion src/test/java/net/siisise/io/BASE58Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public void testEncode() {
int length = bytes.length;
BASE58 instance = new BASE58();
String expResult = "StV1DL6CwTryKyV";
// "TcgsESe9XJSrakNTEQQ";
String result = instance.encode(bytes, offset, length);

System.out.println(new String(instance.decode(result), StandardCharsets.UTF_8));
Expand Down

0 comments on commit 05caf7d

Please sign in to comment.