Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Slootweg a7807b4bde 1.0.2 8 years ago
Sven Slootweg 100e41ae46 Update donation text 8 years ago

@ -1,3 +1,7 @@
## 1.0.2 (August 16, 2016)
* __Documentation:__ Updated donation text.
## 1.0.1 (August 16, 2016)
* __Documentation:__ Added note regarding the `es6-promise` polyfill.

@ -14,9 +14,9 @@ __This module requires ES6 Promises to be available in your environment.__ If yo
## Donate
My income consists largely of donations for my projects. If this module is useful to you, consider [making a donation](http://cryto.net/~joepie91/donate.html)!
Maintaining open-source projects takes a lot of time, and the more donations I receive, the more time I can dedicate to open-source. If this module is useful to you, consider [making a donation](http://cryto.net/~joepie91/donate.html)!
You can donate using Bitcoin, PayPal, Flattr, cash-in-mail, SEPA transfers, and pretty much anything else.
You can donate using Bitcoin, PayPal, Flattr, cash-in-mail, SEPA transfers, and pretty much anything else. Thank you!
## Contributing

@ -1,6 +1,6 @@
{
"name": "es6-promise-try",
"version": "1.0.1",
"version": "1.0.2",
"description": "Promise.try shim for ES6 Promises",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save