Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Nov 4, 2015
1 parent 974b0ba commit 1a9a4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-selection",
"version": "0.4.10",
"version": "0.4.11",
"description": "Data-driven DOM manipulation: select elements and join them to data.",
"keywords": [
"d3",
Expand All @@ -26,7 +26,7 @@
"prepublish": "npm run test && d3-bundler -n selection -o build/selection.js && uglifyjs build/selection.js -c -m -o build/selection.min.js && rm -f build/selection.zip && zip -j build/selection.zip -- LICENSE README.md build/selection.js build/selection.min.js"
},
"devDependencies": {
"d3-bundler": "~0.4.0",
"d3-bundler": "~0.4.2",
"faucet": "0.0",
"jsdom": "7",
"tape": "4",
Expand Down

0 comments on commit 1a9a4fb

Please sign in to comment.