diff --git a/build.sbt b/build.sbt index 0aa4d015..be2f1c44 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ import sbt.complete.DefaultParsers._ import scala.sys.process._ -ThisBuild / version := sys.env.getOrElse("VERSION", "0.0.22") +ThisBuild / version := sys.env.getOrElse("VERSION", "0.0.23") ThisBuild / organization := "com.github.chester-lang" addCommandAlias("format", "scalafmtAll ; scalafmtSbt ; scalafixAll") diff --git a/cli/package.json b/cli/package.json index 72da99bd..5f31556d 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "chester-cli", - "version": "0.0.22", + "version": "0.0.23", "description": "Chester is a programming language", "main": "cli.js", "bin": { diff --git a/idea-plugin/build.sbt b/idea-plugin/build.sbt index 7fa4d5d9..5ae01b16 100644 --- a/idea-plugin/build.sbt +++ b/idea-plugin/build.sbt @@ -14,7 +14,7 @@ lazy val chesterPlugin = .enablePlugins(SbtIdeaPlugin) .settings( name := "ChesterLanguageSupport", - version := "0.0.22", + version := "0.0.23", scalaVersion := "3.6.1", ThisBuild / intellijPluginName := "Chester Language Support", ThisBuild / intellijBuild := "242.23339.11", @@ -33,7 +33,7 @@ lazy val chesterPlugin = scalacOptions ++= Seq("-Wunused:all", "-Xlint:adapted-args"), // Exclude LSP4J dependencies libraryDependencies ++= Seq( - ("com.github.chester-lang.chester" %% "lsp" % "0.0.22") + ("com.github.chester-lang.chester" %% "lsp" % "0.0.23") .exclude("org.eclipse.lsp4j", "org.eclipse.lsp4j") .exclude("org.eclipse.lsp4j", "org.eclipse.lsp4j.jsonrpc"), "com.eclipsesource.minimal-json" % "minimal-json" % "0.9.5" diff --git a/idea-plugin/resources/META-INF/plugin.xml b/idea-plugin/resources/META-INF/plugin.xml index 88a5603f..4c8024e0 100644 --- a/idea-plugin/resources/META-INF/plugin.xml +++ b/idea-plugin/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ chester.language.plugin Chester Language Support - 0.0.22 + 0.0.23 mio-19 Provides language support for the Chester programming language. diff --git a/packages/base/package.json b/packages/base/package.json index 166125fe..fc7dbe0e 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "base.chester", - "version": "0.0.22", + "version": "0.0.23", "description": "Chester base library", "files": [ "src" diff --git a/vscode/package.json b/vscode/package.json index 0a5bfc01..7c41b9b6 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "chester-language-support", "displayName": "Chester Language Support", "description": "Provides language support for Chester", - "version": "0.0.22", + "version": "0.0.23", "publisher": "mio-19", "repository": { "type": "git",