From 24a4c3a09605240534566d9026678f917d549971 Mon Sep 17 00:00:00 2001 From: Davy Landman Date: Tue, 9 Jul 2024 10:06:12 +0200 Subject: [PATCH] Revert "[release] prepare for next release" This reverts commit 5a269828fb804c5658e499dfc7e956c4262faf90. --- rascal-lsp/pom.xml | 2 +- rascal-vscode-extension/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rascal-lsp/pom.xml b/rascal-lsp/pom.xml index 2189cb6e4..6f4d2333d 100644 --- a/rascal-lsp/pom.xml +++ b/rascal-lsp/pom.xml @@ -30,7 +30,7 @@ 4.0.0 org.rascalmpl rascal-lsp - 2.20.3-SNAPSHOT + 2.20.2 UTF-8 5.10.2 diff --git a/rascal-vscode-extension/package.json b/rascal-vscode-extension/package.json index a59c99916..6dbad487a 100644 --- a/rascal-vscode-extension/package.json +++ b/rascal-vscode-extension/package.json @@ -14,7 +14,7 @@ "color": "#ffffff", "theme": "light" }, - "version": "0.11.3-head", + "version": "0.11.2", "engines": { "vscode": "^1.75.0" },