Skip to content

Commit 4ec8a91

Browse files
committed
version updated
1 parent 0241e1e commit 4ec8a91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

electrum/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>pt.uminho.haslab.electrum</groupId>
44
<artifactId>electrum</artifactId>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
<name>electrum</name>
77
<packaging>jar</packaging>
88
<profiles>
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>pt.uminho.haslab.pardinus</groupId>
146146
<artifactId>pardinus</artifactId>
147-
<version>1.0.0</version>
147+
<version>1.1.0</version>
148148
<scope>compile</scope>
149149
</dependency>
150150
<dependency>

electrum/src/main/java/edu/mit/csail/sdg/alloy4/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private Version() { }
4040

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

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

0 commit comments

Comments
 (0)