File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/de.hpi.swa.trufflesqueak.shared/src/de/hpi/swa/trufflesqueak/shared Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
"test_image_tag" : "22.3.0" ,
23
23
},
24
24
25
- "release" : False ,
25
+ "release" : True ,
26
26
"groupId" : "de.hpi.swa.trufflesqueak" ,
27
27
"url" : "https://github.com/hpi-swa/trufflesqueak" ,
28
28
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public final class SqueakLanguageConfig {
13
13
public static final String MIME_TYPE = "application/x-smalltalk" ;
14
14
public static final String NAME = "Squeak/Smalltalk" ;
15
15
public static final String ST_MIME_TYPE = "text/x-smalltalk" ;
16
- public static final String VERSION = "24.0.2-dev " ;
16
+ public static final String VERSION = "24.0.2" ;
17
17
public static final String WEBSITE = "https://github.com/hpi-swa/trufflesqueak" ;
18
18
19
19
public static final String [][] SUPPORTED_IMAGES = {
You can’t perform that action at this time.
0 commit comments