Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Mar 8, 2015
1 parent 109da37 commit 524ed37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

1.0.4 / 2015-03-08
==================

* make all assets absolute

1.0.3 / 2015-02-07
==================

Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "x-ray",
"version": "1.0.3",
"version": "1.0.4",
"description": "structure any website",
"keywords": [
"scraper",
Expand All @@ -18,7 +18,7 @@
"debug": "^2.0.0",
"object-assign": "^2.0.0",
"superagent": "^0.21.0",
"x-ray-select": "^1.0.3",
"x-ray-select": "^1.0.6",
"yieldly": "0.0.1"
},
"devDependencies": {
Expand All @@ -27,4 +27,4 @@
"subs": "0.0.1"
},
"main": "index"
}
}

0 comments on commit 524ed37

Please sign in to comment.