Skip to content

Commit

Permalink
bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Aug 10, 2017
1 parent e6631b7 commit 102eb26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-solr-heatmap",
"version": "0.1.0",
"version": "0.3.0",
"description": "A Leaflet plugin using Solr 5.x heatmap facets",
"main": "leafletSolrHeatmap.js",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions leafletSolrHeatmap.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
Leaflet-Solr-Heatmap v0.3.0
by Jack Reed, @mejackreed
Steve McDonald, @spacemansteve
*/

/**
* A Base SolrHeatmap QueryAdapter, used for defining a request and response to
* an API that uses the Solr Facet Heatmap functionality
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": "leaflet-solr-heatmap",
"version": "0.2.0",
"version": "0.3.0",
"main": "leafletSolrHeatmap.js",
"files": [
"leafletSolrHeatmap.js"
Expand Down

0 comments on commit 102eb26

Please sign in to comment.