Skip to content

Commit

Permalink
Merge pull request #23 from anboralabs/change-name
Browse files Browse the repository at this point in the history
change plugin name.
  • Loading branch information
mergify[bot] authored Feb 7, 2024
2 parents 3bcfdaa + c76e968 commit 2187242
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "co.anbora.labs"
version = "1.3.4"
version = "1.3.5"

repositories {
mavenCentral()
Expand Down
3 changes: 2 additions & 1 deletion src/main/html/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Versions:
<ul>
<li>All Intellij products support: 1.3.4</li>
<li>All Intellij products support: 1.3.5</li>
</ul>
<br>
Plugin updates:
<ul>
<li><b>1.3.5</b> <em>(2024-02-07)</em> - plugin renamed </li>
<li><b>1.3.4</b> <em>(2024-01-20)</em> - upgrade sdk </li>
<li><b>1.3.3</b> <em>(2023-12-01)</em> - upgrade sdk </li>
<li><b>1.3.2</b> <em>(2023-10-07)</em> - upgrade sdk </li>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<idea-plugin>
<id>co.anbora.labs.fantom-lang</id>
<name>Fantom Lang</name>
<name>Fantom Lang (Community Edition)</name>
<vendor email="anboralabs@gmail.com" url="https://labs.anbora.co">Anbora-labs</vendor>

<depends>com.intellij.modules.platform</depends>
Expand Down

0 comments on commit 2187242

Please sign in to comment.