Skip to content

Commit

Permalink
Release 20.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jul 22, 2020
1 parent a313bca commit 171df9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions mx.trufflesqueak/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"name": "trufflesqueak",
"versionConflictResolution": "latest",

"version": "20.2.0-dev",
"version": "20.1.1",
"trufflesqueak:dependencyMap": {
"graalvm": "20.1.0",
"image": "TruffleSqueakImage-20.1.0.zip",
"image_tag": "20.1.0",
"image": "TruffleSqueakImage-20.1.1.zip",
"image_tag": "20.1.1",
"jdk8": "252",
"jdk8_update": "09",
"jdk11": "11.0.7",
Expand All @@ -27,7 +27,7 @@
"test_image_tag": "1.0.0-rc9",
},

"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 = "20.2.0-dev";
public static final String VERSION = "20.1.1";

private SqueakLanguageConfig() {
}
Expand Down

0 comments on commit 171df9a

Please sign in to comment.