Skip to content

Commit

Permalink
Prep 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy committed May 20, 2024
1 parent bd3f07a commit e1cea81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ Building a release
==================

`./gradlew buildPlugin`

The output is then in `build/distributions`.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "org.mediawiki"
version = "0.6.2"
version = "0.6.3"

repositories {
mavenCentral()
Expand Down Expand Up @@ -35,7 +35,7 @@ tasks {
}

patchPluginXml {
sinceBuild.set("222.3345.118")
sinceBuild.set("233.14475.35")
untilBuild.set("")
}

Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@

<change-notes><![CDATA[
<p>
<strong>Version 0.x.x</strong>
<strong>Version 0.6.3</strong>
<ul>
<li>Remove max build number</li>
<li>MediaWikiSearchDocsAction: Try to fix getActionUpdateThread deprecation error</li>
</ul>
<strong>Version 0.6.2</strong>
<ul>
Expand Down Expand Up @@ -77,7 +78,7 @@
]]></change-notes>

<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
<idea-version since-build="222.3345.118"/>
<idea-version since-build="233.14475.35"/>

<depends>com.jetbrains.php</depends>
<depends>com.intellij.modules.platform</depends>
Expand Down

0 comments on commit e1cea81

Please sign in to comment.