Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
borodean committed Feb 13, 2020
1 parent 7d45a9b commit 8b41a14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ npm install @borodean/jsonp

For a browser global version check the `dist` directory of the installed module or directly download it:

- [Production version][dl-callback]266 bytes, minified and gzipped
- [Production version][dl-callback]265 bytes, minified and gzipped
- [Source map][dl-callback-map]

Promise version:
Expand All @@ -51,10 +51,10 @@ Promise version:

[coveralls]: https://coveralls.io/github/borodean/jsonp
[coveralls-badge]: https://img.shields.io/coveralls/borodean/jsonp/master
[dl-callback]: https://github.com/borodean/jsonp/releases/download/3.0.0/jsonp-3.0.0.min.js
[dl-callback-map]: https://github.com/borodean/jsonp/releases/download/3.0.0/jsonp-3.0.0.min.js.map
[dl-promise]: https://github.com/borodean/jsonp/releases/download/3.0.0/jsonp-promise-3.0.0.min.js
[dl-promise-map]: https://github.com/borodean/jsonp/releases/download/3.0.0/jsonp-promise-3.0.0.min.js.map
[dl-callback]: https://github.com/borodean/jsonp/releases/download/3.0.1/jsonp-3.0.1.min.js
[dl-callback-map]: https://github.com/borodean/jsonp/releases/download/3.0.1/jsonp-3.0.1.min.js.map
[dl-promise]: https://github.com/borodean/jsonp/releases/download/3.0.1/jsonp-promise-3.0.1.min.js
[dl-promise-map]: https://github.com/borodean/jsonp/releases/download/3.0.1/jsonp-promise-3.0.1.min.js.map
[jsonp]: http://bob.ippoli.to/archives/2005/12/05/remote-json-jsonp/
[npm]: https://www.npmjs.com/package/@borodean/jsonp
[npm-badge]: https://img.shields.io/npm/v/@borodean/jsonp
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": "@borodean/jsonp",
"version": "3.0.0",
"version": "3.0.1",
"description": "The smallest possible JSONP implementation",
"license": "MIT",
"author": "Vadym Borodin <[email protected]> http://borodean.com",
Expand Down

0 comments on commit 8b41a14

Please sign in to comment.