diff --git a/pom.xml b/pom.xml index e8ecb58..54f1e8c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.matthiaszimmermann.ethereum - pwg + epwg 0.1.0-SNAPSHOT jar diff --git a/screenshots/paper_wallet_html.png b/screenshots/paper_wallet_html.png new file mode 100644 index 0000000..5046a5f Binary files /dev/null and b/screenshots/paper_wallet_html.png differ diff --git a/screenshots/paper_wallet_printed.png b/screenshots/paper_wallet_printed.png new file mode 100644 index 0000000..772b74b Binary files /dev/null and b/screenshots/paper_wallet_printed.png differ diff --git a/src/main/java/org/matthiaszimmermann/ethereum/pwg/WalletPageUtility.java b/src/main/java/org/matthiaszimmermann/ethereum/pwg/WalletPageUtility.java index 2189f02..3d60f6c 100644 --- a/src/main/java/org/matthiaszimmermann/ethereum/pwg/WalletPageUtility.java +++ b/src/main/java/org/matthiaszimmermann/ethereum/pwg/WalletPageUtility.java @@ -3,8 +3,8 @@ public class WalletPageUtility extends HtmlUtility { // TODO verify version with the one in the pom.xml - public static final String VERSION = "0.1.0"; - public static final String REPOSITORY = "https://github.com/matthiaszimmermann/EPWG"; + public static final String VERSION = "0.1.0-SNAPSHOT"; + public static final String REPOSITORY = "https://github.com/matthiaszimmermann/ethereum-paper-wallet"; public static final String TITLE = "Ethereum Paper Wallet"; public static final String ETHEREUM_LOGO = "/ethereum_logo.png";