Skip to content

Commit

Permalink
Bump version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbloch committed Aug 2, 2015
1 parent 4cc086f commit 657a52a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mapshaper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ var MapShaper = api.internal = {};
var geom = api.geom = {};
var utils = api.utils = Utils.extend({}, Utils);

MapShaper.VERSION = '0.3.3';
MapShaper.VERSION = '0.3.4';
MapShaper.LOGGING = false;
MapShaper.TRACING = false;
MapShaper.VERBOSE = false;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapshaper",
"version": "0.3.3",
"version": "0.3.4",
"description": "A tool for editing vector datasets for mapping and GIS.",
"keywords": ["shapefile","topojson","geojson","cartography","simplification","topology","gis"],
"author": "Matthew Bloch <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/mapshaper-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var MapShaper = api.internal = {};
var geom = api.geom = {};
var utils = api.utils = Utils.extend({}, Utils);

MapShaper.VERSION = '0.3.3';
MapShaper.VERSION = '0.3.4';
MapShaper.LOGGING = false;
MapShaper.TRACING = false;
MapShaper.VERBOSE = false;
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h3>Import options</h3>
self-intersections, to help identify
topological errors in a dataset.</div></div></div></div>

<div><label for="snap-points-opt"><input type="checkbox" class="checkbox" id="snap-points-opt" unchecked />remove tiny gaps</span></label>
<div><label for="snap-points-opt"><input type="checkbox" class="checkbox" id="snap-points-opt" unchecked />snap vertices</span></label>
<div class="tip-button">?<div class="tip-anchor">
<div class="tip">Fix topology errors by snapping
together points with nearly identical
Expand Down
2 changes: 1 addition & 1 deletion www/mapshaper.js
Original file line number Diff line number Diff line change
Expand Up @@ -2682,7 +2682,7 @@ var MapShaper = api.internal = {};
var geom = api.geom = {};
var utils = api.utils = Utils.extend({}, Utils);

MapShaper.VERSION = '0.3.3';
MapShaper.VERSION = '0.3.4';
MapShaper.LOGGING = false;
MapShaper.TRACING = false;
MapShaper.VERBOSE = false;
Expand Down

0 comments on commit 657a52a

Please sign in to comment.