Skip to content

Commit d9fc353

Browse files
authored
Merge pull request #37 from lstreckeisen/release/0.3.2
Release/0.3.2
2 parents bd31a5f + 3315c16 commit d9fc353

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ intellijPlatform {
4444
pluginConfiguration {
4545
id = "org.contextmapper.intellij-plugin"
4646
name = "Context Mapper"
47-
version = "0.3.1"
47+
version = "0.3.2-final-poc"
4848

4949
productDescriptor {
5050
}

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.4.1"
5+
"@lstreckeisen/context-mapper-language-server": "0.4.2-final-poc"
66
}
77
}

src/main/resources/META-INF/plugin.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
<!-- Public plugin name should be written in Title Case.
77
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
8-
<name>ContextMapper</name>
8+
<name>Context Mapper</name>
99

1010
<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
11-
<vendor url="https://contextmapper.org">ContextMapper</vendor>
11+
<vendor url="https://contextmapper.org">Context Mapper</vendor>
1212

1313
<!-- Product and plugin compatibility requirements.
1414
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
@@ -53,7 +53,7 @@
5353
<![CDATA[
5454
<p>Context Mapper Language Server</p>
5555
<p>
56-
The Context Mapper Language Server provides support for the ContextMapper DSL in IntelliJ IDEA.
56+
The Context Mapper Language Server provides support for the Context Mapper DSL in IntelliJ IDEA.
5757
</p>
5858
]]>
5959
</description>
@@ -68,7 +68,7 @@
6868

6969
<actions>
7070
<group id="org.contextmapper.editorActions"
71-
text="ContextMapper"
71+
text="Context Mapper"
7272
popup="true"
7373
>
7474
<add-to-group group-id="EditorPopupMenu2"

0 commit comments

Comments
 (0)