Skip to content

Commit

Permalink
0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Oct 10, 2024
1 parent 36a113f commit 7b1a35e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ val baseDeps = Seq(

commonSettings

ThisBuild / version := sys.env.getOrElse("VERSION", "0.0.12")
ThisBuild / version := sys.env.getOrElse("VERSION", "0.0.13")
ThisBuild / organization := "com.github.chester-lang"

lazy val bump = inputKey[Unit]("Bump version in multiple files")
Expand Down
4 changes: 2 additions & 2 deletions idea-plugin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val chesterPlugin =
.enablePlugins(SbtIdeaPlugin)
.settings(
name := "ChesterLanguageSupport",
version := "0.0.12",
version := "0.0.13",
scalaVersion := "3.5.2-RC1",
ThisBuild / intellijPluginName := "Chester Language Support",
ThisBuild / intellijBuild := "242.23339.11",
Expand All @@ -23,7 +23,7 @@ lazy val chesterPlugin =
),
// Exclude LSP4J dependencies
libraryDependencies ++= Seq(
("com.github.chester-lang.chester" %% "lsp" % "0.0.12")
("com.github.chester-lang.chester" %% "lsp" % "0.0.13")
.exclude("org.eclipse.lsp4j", "org.eclipse.lsp4j")
.exclude("org.eclipse.lsp4j", "org.eclipse.lsp4j.jsonrpc"),
"com.eclipsesource.minimal-json" % "minimal-json" % "0.9.5"
Expand Down
2 changes: 1 addition & 1 deletion idea-plugin/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>chester.language.plugin</id>
<name>Chester Language Support</name>
<version>0.0.12</version>
<version>0.0.13</version>
<vendor>mio-19</vendor>

<description>Provides language support for the Chester programming language.</description>
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "chester-language-support",
"displayName": "Chester Language Support",
"description": "Provides language support for Chester",
"version": "0.0.12",
"version": "0.0.13",
"publisher": "mio-19",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7b1a35e

Please sign in to comment.