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 Jan 12, 2024
1 parent e004203 commit 8949b4a
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.10'
version '1.0.11'

apply plugin: 'java'

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

patchPluginXml {
sinceBuild "181.4203"
untilBuild "232.*"
untilBuild "233.*"
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="232.*"/>
<idea-version since-build="181.4203" until-build="233.*"/>

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

Expand Down

0 comments on commit 8949b4a

Please sign in to comment.