From 100cf35c07c323f34b8be8362d57c9d2f0824a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=AA?= Date: Sun, 13 Oct 2024 15:51:27 +1300 Subject: [PATCH] 0.0.14 --- build.sbt | 2 +- idea-plugin/build.sbt | 4 ++-- idea-plugin/resources/META-INF/plugin.xml | 2 +- vscode/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 0d3cb160..e2a0a02c 100644 --- a/build.sbt +++ b/build.sbt @@ -123,7 +123,7 @@ val baseDeps = Seq( commonSettings -ThisBuild / version := sys.env.getOrElse("VERSION", "0.0.13") +ThisBuild / version := sys.env.getOrElse("VERSION", "0.0.14") ThisBuild / organization := "com.github.chester-lang" lazy val bump = inputKey[Unit]("Bump version in multiple files") diff --git a/idea-plugin/build.sbt b/idea-plugin/build.sbt index a1296b69..3befeaab 100644 --- a/idea-plugin/build.sbt +++ b/idea-plugin/build.sbt @@ -6,7 +6,7 @@ lazy val chesterPlugin = .enablePlugins(SbtIdeaPlugin) .settings( name := "ChesterLanguageSupport", - version := "0.0.13", + version := "0.0.14", scalaVersion := "3.5.2-RC2", ThisBuild / intellijPluginName := "Chester Language Support", ThisBuild / intellijBuild := "242.23339.11", @@ -23,7 +23,7 @@ lazy val chesterPlugin = ), // Exclude LSP4J dependencies libraryDependencies ++= Seq( - ("com.github.chester-lang.chester" %% "lsp" % "0.0.13") + ("com.github.chester-lang.chester" %% "lsp" % "0.0.14") .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 9836ae28..88d40bac 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.13 + 0.0.14 mio-19 Provides language support for the Chester programming language. diff --git a/vscode/package.json b/vscode/package.json index 64de310c..bdcba461 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.13", + "version": "0.0.14", "publisher": "mio-19", "repository": { "type": "git",