Skip to content

Commit

Permalink
used v5
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Aug 1, 2024
1 parent f985e47 commit e41ec6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.1.18

- Default Pharo server is now v5 for Pharo12

## v2.1.17

- Syntax highlight for Ston
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Highlighting, Auto-completion, Execution, ...",
"author": "Benoît Verhaeghe",
"license": "MIT",
"version": "2.1.17",
"version": "2.1.18",
"icon": "icon.png",
"repository": {
"type": "git",
Expand Down Expand Up @@ -73,21 +73,21 @@
"title": "Quick install image name",
"scope": "window",
"type": "string",
"default": "Moose64-11-PLS",
"default": "Moose64-12-PLS",
"description": "The image to download by default with install command"
},
"pharo quick install.server version": {
"title": "Quick install server version",
"scope": "window",
"type": "string",
"default": "v4.0.7",
"default": "v5.0.0",
"description": "The version of the server to install by default"
},
"pharo quick install.server VM version": {
"title": "Quick install server VM version",
"scope": "window",
"type": "string",
"default": "110",
"default": "120",
"description": "The VM version required by the server to install by default"
}
}
Expand Down

0 comments on commit e41ec6d

Please sign in to comment.