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 Sep 20, 2021
1 parent d4c58d8 commit 75e0570
Show file tree
Hide file tree
Showing 7 changed files with 243 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.gradle/
build/
12 changes: 1 addition & 11 deletions .idea/gerador-cpf-cnpj-intellij-idea.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

232 changes: 232 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6'
version '1.0.7'

apply plugin: 'java'

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

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

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

Expand Down

0 comments on commit 75e0570

Please sign in to comment.