We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b13d6f commit c8b93c5Copy full SHA for c8b93c5
CHANGELOG.md
@@ -1,6 +1,12 @@
1
ChangeLog
2
=========
3
4
+0.4.3 (2015-04-01)
5
+-----------------
6
+
7
+* Minor tweaks for the public release.
8
9
10
0.4.2 (2015-03-20)
11
------------------
12
lib/Version.php
@@ -14,6 +14,6 @@ class Version {
14
/**
15
* Full version number
16
*/
17
- const VERSION = '0.4.2';
+ const VERSION = '0.4.3';
18
19
}
0 commit comments