Skip to content

Commit

Permalink
Merge pull request #4 from anboralabs/upgrade
Browse files Browse the repository at this point in the history
upgrade sdk.
  • Loading branch information
mergify[bot] authored Dec 2, 2023
2 parents 7a50629 + b8f2a71 commit 3cf488f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ plugins {
id("java")
id("com.github.node-gradle.node") version "5.0.0" // NodeJS support
id("org.jetbrains.kotlin.jvm") version "1.9.0"
id("org.jetbrains.intellij") version "1.16.0"
id("org.jetbrains.intellij") version "1.16.1"
}

group = "co.anbora.labs"
version = "1.2.0"
version = "1.2.1"

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.2.0</li>
<li>All Intellij products support: 1.2.1</li>
</ul>
<br>
Plugin updates:
<ul>
<li><b>1.2.1</b> <em>(2023-12-01)</em> - update sdk </li>
<li><b>1.2.0</b> <em>(2023-10-07)</em> - update sdk </li>
<li><b>1.1.0</b> <em>(2023-09-25)</em> - update sdk </li>
<li><b>1.0.0</b> <em>(2023-07-18)</em> - initial release
Expand Down

0 comments on commit 3cf488f

Please sign in to comment.