Skip to content

Commit

Permalink
feat: add 2022.2 IDEs compatibility (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas authored May 23, 2022
1 parent df8d873 commit 9b03d67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'tv.codely'
version '2.1.5'
version '2.1.6'

sourceCompatibility = 1.8

Expand All @@ -27,11 +27,12 @@ intellij {
// See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
patchPluginXml {
sinceBuild '201'
untilBuild '221.*'
untilBuild '222.*'
version project.version

changeNotes """
<ul>
<li>2.1.6 Add support to 2022.2 IDEs</li>
<li>2.1.5 Add support to 2022.1 IDEs</li>
<li>2.1.4 Add support to 2021.3 IDEs</li>
<li>2.1.3 Add support to 2021.2 IDEs</li>
Expand Down

0 comments on commit 9b03d67

Please sign in to comment.