Skip to content

Commit ce004dd

Browse files
committed
v0.4.1
1 parent eb5339d commit ce004dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/phantomas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* phantomas main file
33
*/
44

5-
var VERSION = '0.4';
5+
var VERSION = '0.4.1';
66

77
var getDefaultUserAgent = function() {
88
var version = phantom.version,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phantomas",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"author": "macbre <maciej.brencz@gmail.com> (http://macbre.net)",
55
"description": "PhantomJS-based web performance metrics collector",
66
"main": "./core/phantomas",

0 commit comments

Comments
 (0)