Commit 4ec8a91 1 parent 0241e1e commit 4ec8a91 Copy full SHA for 4ec8a91
File tree 2 files changed +3
-3
lines changed
src/main/java/edu/mit/csail/sdg/alloy4
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >pt.uminho.haslab.electrum</groupId >
4
4
<artifactId >electrum</artifactId >
5
- <version >1.1 .0</version >
5
+ <version >1.2 .0</version >
6
6
<name >electrum</name >
7
7
<packaging >jar</packaging >
8
8
<profiles >
144
144
<dependency >
145
145
<groupId >pt.uminho.haslab.pardinus</groupId >
146
146
<artifactId >pardinus</artifactId >
147
- <version >1.0 .0</version >
147
+ <version >1.1 .0</version >
148
148
<scope >compile</scope >
149
149
</dependency >
150
150
<dependency >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ private Version() { }
40
40
41
41
/** Returns the Electrum version string. */
42
42
// [HASLab]
43
- public static String eleVersion () { return "1.1 " ; }
43
+ public static String eleVersion () { return "1.2 " ; }
44
44
45
45
/** Returns the build date. */
46
46
public static String buildDate () { return "unknown" ; }
You can’t perform that action at this time.
0 commit comments