Skip to content

Commit 525a25f

Browse files
committed
Bump the version
1 parent 70d315c commit 525a25f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ Promise version:
5151

5252
[coveralls]: https://coveralls.io/github/borodean/jsonp
5353
[coveralls-badge]: https://img.shields.io/coveralls/borodean/jsonp/master
54-
[dl-callback]: https://github.com/borodean/jsonp/releases/download/3.0.1/jsonp-3.0.1.min.js
55-
[dl-callback-map]: https://github.com/borodean/jsonp/releases/download/3.0.1/jsonp-3.0.1.min.js.map
56-
[dl-promise]: https://github.com/borodean/jsonp/releases/download/3.0.1/jsonp-promise-3.0.1.min.js
57-
[dl-promise-map]: https://github.com/borodean/jsonp/releases/download/3.0.1/jsonp-promise-3.0.1.min.js.map
54+
[dl-callback]: https://github.com/borodean/jsonp/releases/download/3.0.2/jsonp-3.0.2.min.js
55+
[dl-callback-map]: https://github.com/borodean/jsonp/releases/download/3.0.2/jsonp-3.0.2.min.js.map
56+
[dl-promise]: https://github.com/borodean/jsonp/releases/download/3.0.2/jsonp-promise-3.0.2.min.js
57+
[dl-promise-map]: https://github.com/borodean/jsonp/releases/download/3.0.2/jsonp-promise-3.0.2.min.js.map
5858
[jsonp]: http://bob.ippoli.to/archives/2005/12/05/remote-json-jsonp/
5959
[npm]: https://www.npmjs.com/package/@borodean/jsonp
6060
[npm-badge]: https://img.shields.io/npm/v/@borodean/jsonp

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@borodean/jsonp",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "The smallest possible JSONP implementation",
55
"license": "MIT",
66
"author": "Vadym Borodin <[email protected]> http://borodean.com",

0 commit comments

Comments
 (0)