Skip to content

Commit

Permalink
add screenshot and sync pom with html generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Zimmermann committed Dec 23, 2016
1 parent 8265a0f commit 03dc320
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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>org.matthiaszimmermann.ethereum</groupId>
<artifactId>pwg</artifactId>
<artifactId>epwg</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

Expand Down
Binary file added screenshots/paper_wallet_html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/paper_wallet_printed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 03dc320

Please sign in to comment.