Skip to content

Commit

Permalink
Release 0.0.8
Browse files Browse the repository at this point in the history
Release 0.0.8
  • Loading branch information
miniflycn committed Sep 14, 2013
1 parent 6d3fb7d commit a95ffe9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ module.exports = {
maxQueueJob: 400,
maxCache: 10000,
viewportSize: {
width: 1024,
height: 600
width: 1024,
height: 600
},
clipRect: {
top: 0,
left: 0,
width: 1024,
height: 600
top: 0,
left: 0,
width: 1024,
height: 600
},
zoomFactor: 0
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "url-extract",
"version": "0.0.7",
"version": "0.0.8",
"description": "Snapshot & extract url library",
"keywords": [
"snapshot",
Expand Down

0 comments on commit a95ffe9

Please sign in to comment.