From a45217bc9f2f51d0771b1df31a3947d2094314ad Mon Sep 17 00:00:00 2001 From: koalyptus Date: Wed, 8 Aug 2018 21:15:10 +1000 Subject: [PATCH] add donate badge --- CONTRIBUTING.md | 6 ++---- README.md | 1 + package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 93851de1..45970938 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,8 +123,6 @@ In general, we follow the "fork-and-pull" Git workflow. NOTE: Be sure to merge the latest from "upstream" before making a pull request! ## Donations -To support this project simply locate the `Donate` button in the [project's -website](https://www.tablefilter.com/) -which points to PayPal. -Thanks to all those who supported this project in the past and to those who will +Support this project by donating [here](http://www.tablefilter.com/donate.html). +Thanks to all those who supported this project in the past and those who will in the future! diff --git a/README.md b/README.md index 6e43286a..522fd1da 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Document](https://www.tablefilter.com/docs/badge.svg)](https://www.tablefilter.com/docs/source.html) [![codecov](https://codecov.io/gh/koalyptus/TableFilter/branch/master/graph/badge.svg)](https://codecov.io/gh/koalyptus/TableFilter) [![Greenkeeper badge](https://badges.greenkeeper.io/koalyptus/TableFilter.svg)](https://greenkeeper.io/) +[![Donate](https://img.shields.io/badge/donate-%24-green.svg)](https://www.tablefilter.com/donate.html) # TableFilter diff --git a/package.json b/package.json index dfe6bd84..62bb0443 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.6.50", + "version": "0.6.51", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": {