Skip to content

Commit

Permalink
increment patch version, add npm badge
Browse files Browse the repository at this point in the history
  • Loading branch information
timwis committed May 7, 2016
1 parent c2ead99 commit c25b7d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Leaflet Choropleth
[![Build Status](https://travis-ci.org/timwis/leaflet-choropleth.svg?branch=gh-pages)](https://travis-ci.org/timwis/leaflet-choropleth)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![npm](https://img.shields.io/npm/v/npm.svg?maxAge=2592000)](https://www.npmjs.com/package/leaflet-choropleth)

Choropleth plugin for Leaflet (color scale based on value) - [Demo](http://timwis.com/leaflet-choropleth/examples/basic)

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-choropleth",
"version": "1.1.1",
"version": "1.1.2",
"description": "Choropleth plugin for Leaflet (color scale based on value)",
"main": "src/choropleth.js",
"scripts": {
Expand Down

0 comments on commit c25b7d7

Please sign in to comment.