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_version" : "21.3.0" ,
19
19
"icon" : "trufflesqueak-icon.png" ,
20
20
"icon_tag" : "21.0.0.1" ,
21
- "image" : "TruffleSqueakImage-21.2 .0.zip" ,
22
- "image_tag" : "21.2 .0" ,
21
+ "image" : "TruffleSqueakImage-21.3 .0.zip" ,
22
+ "image_tag" : "21.3 .0" ,
23
23
"jdk11" : "11.0.12" ,
24
24
"jdk11_update" : "5" ,
25
25
"jdk17" : "17" ,
29
29
"test_image_tag" : "21.1.0" ,
30
30
},
31
31
32
- "release" : False ,
32
+ "release" : True ,
33
33
"groupId" : "de.hpi.swa.trufflesqueak" ,
34
34
"url" : "https://github.com/hpi-swa/trufflesqueak" ,
35
35
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.3.0-dev " ;
14
+ public static final String VERSION = "21.3.0" ;
15
15
16
16
private SqueakLanguageConfig () {
17
17
}
You can’t perform that action at this time.
0 commit comments