Skip to content

Commit 08830e0

Browse files
committed
release v1.2.1
1 parent 0d848e5 commit 08830e0

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v1.2.1
2+
* updated meta information to keep plugin enabled in newer PHPStorm versions
3+
14
# v1.2.0
25
* do not regenerate mocks if already present (#18)
36
* added configuration for addition of doc blocks (#15)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apply plugin: 'org.jetbrains.intellij'
1010
apply plugin: 'java'
1111

1212
group 'de.cawolf'
13-
version '1.2.0'
13+
version '1.2.1'
1414

1515
sourceCompatibility = 1.8
1616

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
<change-notes><![CDATA[
1111
<dl>
12+
<dt>1.2.1</dt>
13+
<dd>updated meta information</dd>
1214
<dt>1.2.0</dt>
1315
<dd>do not regenerate mocks if already present (issue #18)</dd>
1416
<dd>added configuration for addition of doc blocks (issue #15)</dd>

0 commit comments

Comments
 (0)