Skip to content

Commit

Permalink
Bump the version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
borodean committed Feb 26, 2017
1 parent eb0ff70 commit 7022dff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ npm install @borodean/jsonp

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

- [Production version][dl]258 bytes, minified and gzipped
- [Production version][dl]267 bytes, minified and gzipped
- [Source map][dl-map]

[dl]: https://github.com/borodean/jsonp/releases/download/1.1.0/jsonp-1.1.0.min.js
[dl-map]: https://github.com/borodean/jsonp/releases/download/1.1.0/jsonp-1.1.0.min.js.map
[dl]: https://github.com/borodean/jsonp/releases/download/1.2.0/jsonp-1.2.0.min.js
[dl-map]: https://github.com/borodean/jsonp/releases/download/1.2.0/jsonp-1.2.0.min.js.map
[jsonp]: http://bob.ippoli.to/archives/2005/12/05/remote-json-jsonp/
[sauce]: https://saucelabs.com/u/borodean-jsonp
[sauce-matrix]: https://saucelabs.com/browser-matrix/borodean-jsonp.svg
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": "1.1.0",
"version": "1.2.0",
"description": "The smallest possible JSONP implementation",
"license": "MIT",
"author": "Vadym Borodin <borodean@gmail.com> http://borodean.com",
Expand Down

0 comments on commit 7022dff

Please sign in to comment.