Skip to content

Commit 030f993

Browse files
committed
preparing 0.9.6 version
1 parent cf4910f commit 030f993

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/browserify-eventsource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* CommonJS module that exports EventSource polyfill version 0.9.5
2+
* CommonJS module that exports EventSource polyfill version 0.9.6
33
* This module is intended for browser side use
44
* =====================================================================
55
* THIS IS A POLYFILL MODULE, SO IT HAS SIDE EFFECTS

dist/eventsource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* EventSource polyfill version 0.9.5
2+
* EventSource polyfill version 0.9.6
33
* Supported by sc AmvTek srl
44
* :email: devel@amvtek.com
55
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eventsource-polyfill",
3-
"version": "0.9.5",
3+
"version": "0.9.6",
44
"description": "A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/)",
55
"main": "dist/browserify-eventsource.js",
66
"directories": { "doc": "docs" },

0 commit comments

Comments
 (0)