File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/de.hpi.swa.trufflesqueak.shared/src/de/hpi/swa/trufflesqueak/shared Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
"graalvm_tag" : "vm-ce-21.2.0" ,
19
19
"icon" : "trufflesqueak-icon.png" ,
20
20
"icon_tag" : "21.0.0.1" ,
21
- "image" : "TruffleSqueakImage-21.1 .0.zip" ,
22
- "image_tag" : "21.1 .0" ,
21
+ "image" : "TruffleSqueakImage-21.2 .0.zip" ,
22
+ "image_tag" : "21.2 .0" ,
23
23
"jdk8" : "302" ,
24
24
"jdk8_update" : "06" ,
25
25
"jdk11" : "11.0.12" ,
31
31
"test_image_tag" : "21.1.0" ,
32
32
},
33
33
34
- "release" : False ,
34
+ "release" : True ,
35
35
"groupId" : "de.hpi.swa.trufflesqueak" ,
36
36
"url" : "https://github.com/hpi-swa/trufflesqueak" ,
37
37
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public final class SqueakLanguageConfig {
11
11
public static final String MIME_TYPE = "application/x-smalltalk" ;
12
12
public static final String NAME = "Squeak/Smalltalk" ;
13
13
public static final String ST_MIME_TYPE = "text/x-smalltalk" ;
14
- public static final String VERSION = "21.2.0-dev " ;
14
+ public static final String VERSION = "21.2.0" ;
15
15
16
16
private SqueakLanguageConfig () {
17
17
}
You can’t perform that action at this time.
0 commit comments