Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacedo committed Apr 30, 2019
1 parent 0241e1e commit 4ec8a91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions electrum/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pt.uminho.haslab.electrum</groupId>
<artifactId>electrum</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<name>electrum</name>
<packaging>jar</packaging>
<profiles>
Expand Down Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>pt.uminho.haslab.pardinus</groupId>
<artifactId>pardinus</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private Version() { }

/** Returns the Electrum version string. */
// [HASLab]
public static String eleVersion() { return "1.1"; }
public static String eleVersion() { return "1.2"; }

/** Returns the build date. */
public static String buildDate() { return "unknown"; }
Expand Down

0 comments on commit 4ec8a91

Please sign in to comment.