Skip to content

Commit

Permalink
Merge pull request #2 from shiraji/shiraji/open-to-newer-ide
Browse files Browse the repository at this point in the history
Open to newer IDE version
  • Loading branch information
shiraji authored May 1, 2021
2 parents 2e8bd95 + e4f549b commit a86f1bd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .idea/compiler.xml

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

5 changes: 4 additions & 1 deletion .idea/misc.xml

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

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [1.0.1](https://github.com/shiraji/find-pull-request/releases/tag/release-1.0.1)

* Open to newer IDE versions

### [1.0.0](https://github.com/shiraji/find-pull-request/releases/tag/release-1.0.0)

* Initial release
4 changes: 2 additions & 2 deletions LATEST.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p>1.0.0</p>
<p>1.0.1</p>
<ul>
<li>Initial release</li>
<li>Open to newer IDE versions</li>
</ul>
<p>Older version changes are listed on <a href="https://github.com/shiraji/common-custom-channel/blob/master/CHANGELOG.md">CHANGELOG.md</a></p>
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ val patchPluginXml: PatchPluginXmlTask by tasks
patchPluginXml {
changeNotes(project.file("LATEST.txt").readText())
sinceBuild("192.5728")
untilBuild("193")
untilBuild("999")
}

val publishPlugin: PublishTask by tasks
Expand Down

0 comments on commit a86f1bd

Please sign in to comment.