Skip to content

Commit

Permalink
Increased supported version range
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobastosg committed Mar 9, 2023
1 parent 3ddaa9b commit fb99d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'com.github.brunobastosg'
version '1.0.8'
version '1.0.9'

apply plugin: 'java'

Expand All @@ -23,7 +23,7 @@ intellij {

patchPluginXml {
sinceBuild "181.4203"
untilBuild "221.*"
untilBuild "231.*"
changeNotes """
Increased supported version range"""
}
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Brazilian CPF and CNPJ generator, useful for writing and running tests
]]></description>

<idea-version since-build="181.4203" until-build="221.*"/>
<idea-version since-build="181.4203" until-build="231.*"/>

<depends>com.intellij.modules.lang</depends>

Expand Down

0 comments on commit fb99d37

Please sign in to comment.