Skip to content

Commit

Permalink
Bump for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Oct 28, 2024
1 parent c8b4101 commit 7405db1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ checkstyle {
}

group = 'com.github.camel-tooling'
version = '1.3.1'
version = '1.3.2'

repositories {
mavenLocal()
Expand Down
7 changes: 3 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<idea-plugin url="https://github.com/camel-tooling/camel-idea-plugin">
<id>org.apache.camel</id>
<name>Apache Camel</name>
<version>1.3.1</version>
<version>1.3.2</version>
<vendor email="[email protected]" url="https://github.com/camel-tooling/camel-idea-plugin">Apache Camel</vendor>

<description><![CDATA[
Plugin for IntelliJ IDEA to provide a set of Apache Camel related capabilities to the code editor.
]]></description>

<change-notes><![CDATA[
v.1.3.1
v.1.3.2
<ul>
<li>Upgraded to IDEA 2024.2.4</li>
<li>Upgraded to Camel 4.8.1</li>
<li>Bug fixes</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit 7405db1

Please sign in to comment.