Skip to content

Commit 5d99b29

Browse files
committed
Release 21.1.0
1 parent 7604e4a commit 5d99b29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mx.trufflesqueak/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test_image_tag": "21.0.0.1",
3232
},
3333

34-
"release": False,
34+
"release": True,
3535
"groupId": "de.hpi.swa.trufflesqueak",
3636
"url": "https://github.com/hpi-swa/trufflesqueak",
3737

src/de.hpi.swa.trufflesqueak.shared/src/de/hpi/swa/trufflesqueak/shared/SqueakLanguageConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public final class SqueakLanguageConfig {
1111
public static final String MIME_TYPE = "application/x-smalltalk";
1212
public static final String NAME = "Squeak/Smalltalk";
1313
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";
1515

1616
private SqueakLanguageConfig() {
1717
}

0 commit comments

Comments
 (0)