feat: Update DigestMethod

This commit is contained in:
2023-10-31 00:45:53 +08:00
parent ebf79d89cf
commit 1be37612fd

View File

@@ -2,5 +2,5 @@ package me.hatter.tool.signpdf.main;
public interface SignPdfConstant {
String NAME = "sign-pdf";
String VERSION = "0.1.0";
String VERSION = "0.1.1";
}