Skip to content

Commit

Permalink
Relaxed IDEA compatibility to 2020.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
iancaffey committed Mar 7, 2022
1 parent 3d50b9a commit d0e02bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'software.amazon.smithy'
version '1.01'
version '1.02'

repositories {
mavenCentral()
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@
<enterHandlerDelegate implementation="software.amazon.smithy.intellij.SmithyDocumentationEnterHandler"/>
<liveTemplateContext implementation="software.amazon.smithy.intellij.SmithyContextType"/>
</extensions>
<idea-version since-build="203"/>
</idea-plugin>

0 comments on commit d0e02bf

Please sign in to comment.