Skip to content

Commit 252aa55

Browse files
committed
update version
1 parent 5e02d0b commit 252aa55

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<img src="https://github.com/jcubic/sysend.js/blob/master/assets/logo.svg?raw=true" alt="Sysend.js logo"/>
33
</p>
44

5-
[![npm](https://img.shields.io/badge/npm-1.16.3-blue.svg)](https://www.npmjs.com/package/sysend)
6-
![bower](https://img.shields.io/badge/bower-1.16.3-yellow.svg)
5+
[![npm](https://img.shields.io/badge/npm-1.17.0-blue.svg)](https://www.npmjs.com/package/sysend)
6+
![bower](https://img.shields.io/badge/bower-1.17.0-yellow.svg)
77
![downloads](https://img.shields.io/npm/dt/sysend.svg)
88
[![jsdelivr](https://img.shields.io/jsdelivr/npm/hm/sysend)](https://www.jsdelivr.com/package/npm/sysend)
99

@@ -56,6 +56,7 @@ You can also use the HTTP header:
5656
Origin-Trial: <TOKEN>
5757
```
5858

59+
Right now the API only works with localStorage fallback.
5960

6061
## Installation
6162

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sysend",
3-
"version": "1.16.3",
3+
"version": "1.17.0",
44
"description": "Communication and Synchronization between browser tabs/windows. Works cross-domain.",
55
"main": "sysend.js",
66
"typings": "sysend.d.ts",

sysend.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**@license
2-
* sysend.js - send messages between browser windows/tabs version 1.16.3
2+
* sysend.js - send messages between browser windows/tabs version 1.17.0
33
*
44
* Copyright (C) 2014-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
55
* Released under the MIT license

sysend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**@license
2-
* sysend.js - send messages between browser windows/tabs version 1.16.3
2+
* sysend.js - send messages between browser windows/tabs version 1.17.0-beta
33
*
44
* Copyright (C) 2014-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
55
* Released under the MIT license

0 commit comments

Comments
 (0)