Skip to content

Commit 419cdad

Browse files
authored
Merge pull request #25 from lstreckeisen/release/0.2.0
Release/0.2.0
2 parents 5474c5d + b065bf7 commit 419cdad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ intellijPlatform {
5252
pluginConfiguration {
5353
id = "org.contextmapper.intellij-plugin"
5454
name = "ContextMapper"
55-
version = "0.1.0"
55+
version = "0.2.0"
5656

5757
productDescriptor {
5858
}

lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "context-mapper-intellij-plugin",
33
"private": true,
44
"dependencies": {
5-
"@lstreckeisen/context-mapper-language-server": "0.2.0"
5+
"@lstreckeisen/context-mapper-language-server": "0.3.0"
66
}
77
}

0 commit comments

Comments
 (0)