diff --git a/rascal-lsp/pom.xml b/rascal-lsp/pom.xml
index ca40f6129..f0b24c60f 100644
--- a/rascal-lsp/pom.xml
+++ b/rascal-lsp/pom.xml
@@ -30,7 +30,7 @@
4.0.0
org.rascalmpl
rascal-lsp
- 2.19.2-SNAPSHOT
+ 2.19.3
UTF-8
5.10.0
diff --git a/rascal-vscode-extension/README.md b/rascal-vscode-extension/README.md
index 5b29d8a3a..4340cbf1d 100644
--- a/rascal-vscode-extension/README.md
+++ b/rascal-vscode-extension/README.md
@@ -52,6 +52,11 @@ For other things we are working on have a look here:
## Release Notes
+### 0.10.2
+
+* upgrading to rascal 0.34.1 to fix a regression in concrete syntax
+* the REPL is marked as non-transient, until we can properly reconnect it after a reload of the window
+
### 0.10.1
* bugfix for preloaded parsers
diff --git a/rascal-vscode-extension/package.json b/rascal-vscode-extension/package.json
index ac057adeb..dfc6d0b8a 100644
--- a/rascal-vscode-extension/package.json
+++ b/rascal-vscode-extension/package.json
@@ -10,7 +10,7 @@
"source code analysis"
],
"icon": "assets/images/rascal-logo.png",
- "version": "0.10.2-head",
+ "version": "0.10.2",
"engines": {
"vscode": "^1.75.0"
},