Skip to content

Commit f9d0fdd

Browse files
committed
Bump the version to 1.1.0
1 parent e4cfaaa commit f9d0fdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ npm install @borodean/jsonp
3535

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

38-
- [Production version][dl]232 bytes, minified and gzipped
38+
- [Production version][dl]258 bytes, minified and gzipped
3939
- [Source map][dl-map]
4040

41-
[dl]: https://github.com/borodean/jsonp/releases/download/1.0.0/jsonp-1.0.0.min.js
42-
[dl-map]: https://github.com/borodean/jsonp/releases/download/1.0.0/jsonp-1.0.0.min.js.map
41+
[dl]: https://github.com/borodean/jsonp/releases/download/1.1.0/jsonp-1.1.0.min.js
42+
[dl-map]: https://github.com/borodean/jsonp/releases/download/1.1.0/jsonp-1.1.0.min.js.map
4343
[jsonp]: http://bob.ippoli.to/archives/2005/12/05/remote-json-jsonp/
4444
[sauce]: https://saucelabs.com/u/borodean-jsonp
4545
[sauce-matrix]: https://saucelabs.com/browser-matrix/borodean-jsonp.svg

package.json

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

0 commit comments

Comments
 (0)