Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavies committed May 9, 2014
1 parent 053f180 commit 7a7d1de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "topojson",
"version": "1.6.11",
"version": "1.6.13",
"main": "topojson.js",
"scripts": [
"topojson.js"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "topojson",
"version": "1.6.12",
"version": "1.6.13",
"description": "An extension to GeoJSON that encodes topology.",
"keywords": [
"geojson",
Expand Down
2 changes: 1 addition & 1 deletion topojson.js
@@ -1,6 +1,6 @@
!function() {
var topojson = {
version: "1.6.11",
version: "1.6.13",
mesh: function(topology) { return object(topology, meshArcs.apply(this, arguments)); },
meshArcs: meshArcs,
merge: function(topology) { return object(topology, mergeArcs.apply(this, arguments)); },
Expand Down

0 comments on commit 7a7d1de

Please sign in to comment.