Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Mar 22, 2013
1 parent 996dd49 commit 55072b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
{ {
"name": "topojson", "name": "topojson",
"version": "0.0.37", "version": "0.0.38",
"main": "./topojson.js" "main": "./topojson.js"
} }
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "topojson", "name": "topojson",
"version": "0.0.37", "version": "0.0.38",
"description": "An extension to GeoJSON that encodes topology.", "description": "An extension to GeoJSON that encodes topology.",
"keywords": [ "keywords": [
"geojson", "geojson",
Expand Down
2 changes: 1 addition & 1 deletion topojson.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ topojson = (function() {
} }


return { return {
version: "0.0.37", version: "0.0.38",
mesh: mesh, mesh: mesh,
object: object, object: object,
neighbors: neighbors neighbors: neighbors
Expand Down

0 comments on commit 55072b0

Please sign in to comment.