Skip to content

Commit 865b5f8

Browse files
committed
chore: release v1.3.5
1 parent b53d5ce commit 865b5f8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v1.3.5
2+
* fix: Intellij gradle plugin update (#66)
3+
14
# v1.3.4
25
* fix deprecations and replace travis with github workflows (#38)
36

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
releaseVersion = 1.3.4
1+
releaseVersion = 1.3.5
22
ideaVersion = 202.8194.7
33
phpPluginVersion = 202.8194.11

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
<change-notes><![CDATA[
1111
<dl>
12+
<dt>1.3.5</dt>
13+
<dd>fix IntelliJ gradle plugin update (#66)</dd>
1214
<dt>1.3.4</dt>
1315
<dd>fix deprecations and replace travis with github workflows (#38)</dd>
1416
<dt>1.3.3</dt>
@@ -77,4 +79,4 @@
7779

7880
<actions>
7981
</actions>
80-
</idea-plugin>
82+
</idea-plugin>

0 commit comments

Comments
 (0)