We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1401796 commit 9307c6fCopy full SHA for 9307c6f
CHANGELOG.md
@@ -1,6 +1,13 @@
1
ChangeLog
2
=========
3
4
+4.1.3 (????-??-??)
5
+------------------
6
+
7
+* #363: Repair script and de-duplicate properties that are only allowed once,
8
+ but appear more than once. (@ddolcimascolo).
9
10
11
4.1.2 (2016-12-15)
12
------------------
13
lib/Version.php
@@ -14,6 +14,6 @@ class Version {
14
/**
15
* Full version number.
16
*/
17
- const VERSION = '4.1.2';
+ const VERSION = '4.1.3';
18
19
}
0 commit comments