From 7022dff2415399c7048799c0fd4d5349071a1f22 Mon Sep 17 00:00:00 2001 From: Vadym Borodin Date: Mon, 27 Feb 2017 01:46:41 +0200 Subject: [PATCH] Bump the version to 1.2.0 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ddfc4f..e081005 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index ef99305..7a3c885 100644 --- a/package.json +++ b/package.json @@ -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 http://borodean.com",