Skip to content

Commit

Permalink
Release 21.0.0.1
Browse files Browse the repository at this point in the history
Hotfix release (addresses #135)
  • Loading branch information
fniephaus committed Feb 10, 2021
1 parent f1cd83b commit 9a3a342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mx.trufflesqueak/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"mxversion": "5.281.3",
"versionConflictResolution": "latest",

"version": "21.1.0-dev",
"version": "21.0.0.1",
"trufflesqueak:dependencyMap": {
"graalvm": "21.0.0",
"image": "TruffleSqueakImage-21.0.0.zip",
Expand All @@ -27,7 +27,7 @@
"test_image_tag": "20.2.0",
},

"release": False,
"release": True,
"groupId": "de.hpi.swa.trufflesqueak",
"url": "https://github.com/hpi-swa/trufflesqueak",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public final class SqueakLanguageConfig {
public static final String MIME_TYPE = "application/x-smalltalk";
public static final String NAME = "Squeak/Smalltalk";
public static final String ST_MIME_TYPE = "text/x-smalltalk";
public static final String VERSION = "21.1.0-dev";
public static final String VERSION = "21.0.0.1";

private SqueakLanguageConfig() {
}
Expand Down

0 comments on commit 9a3a342

Please sign in to comment.