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 31
31
"test_image_tag" : "21.0.0.1" ,
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.1.0-dev " ;
14
+ public static final String VERSION = "21.1.0" ;
15
15
16
16
private SqueakLanguageConfig () {
17
17
}
You can’t perform that action at this time.
0 commit comments