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 eb5339d commit ce004ddCopy full SHA for ce004dd
core/phantomas.js
@@ -2,7 +2,7 @@
2
* phantomas main file
3
*/
4
5
-var VERSION = '0.4';
+var VERSION = '0.4.1';
6
7
var getDefaultUserAgent = function() {
8
var version = phantom.version,
package.json
@@ -1,6 +1,6 @@
1
{
"name": "phantomas",
- "version": "0.4.0",
+ "version": "0.4.1",
"author": "macbre <maciej.brencz@gmail.com> (http://macbre.net)",
"description": "PhantomJS-based web performance metrics collector",
"main": "./core/phantomas",
0 commit comments