Skip to content

Commit

Permalink
Bump version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntadpear committed Jul 21, 2017
1 parent ec6f9bd commit 84e8ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ On the template:
```

### Props
* **geojson**: The GeoJSON object to use (currently it needs to be an JS object as shown on the example)
* **geojson**: The GeoJSON object to use
* **data**: Data object with the information to show on the map
* **titleKey**: Property of the **data** object to show when you hover over a certain region of your map (e.g. state_name)
* **geojsonIdKey**: Property under the *properties* array of the GeoJSON that serves as identifier of each region of the map.
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": "vue-choropleth",
"version": "0.0.1",
"version": "0.0.2",
"description": "Choropleth Map for Vue.js",
"homepage": "https://github.com/voluntadpear/ChoroplethMap",
"bugs": "https://github.com/voluntadpear/ChoroplethMap/issues",
Expand Down

0 comments on commit 84e8ab4

Please sign in to comment.