We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a7801 commit 6dc7bcbCopy full SHA for 6dc7bcb
CHANGELOG.md
@@ -1,6 +1,12 @@
1
ChangeLog
2
=========
3
4
+1.1.1 (2016-10-27)
5
+------------------
6
+
7
+* #10: Correctly support file:// URIs in the build() method. (@yuloh)
8
9
10
1.1.0 (2016-03-07)
11
------------------
12
lib/Version.php
@@ -14,6 +14,6 @@ class Version {
14
/**
15
* Full version number
16
*/
17
- const VERSION = '1.1.0';
+ const VERSION = '1.1.1';
18
19
}
0 commit comments