Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 12, 2023
1 parent 87f6f7b commit e49622e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<img src="https://github.com/jcubic/sysend.js/blob/master/assets/logo.svg?raw=true" alt="Sysend.js logo"/>
</p>

[![npm](https://img.shields.io/badge/npm-1.17.1-blue.svg)](https://www.npmjs.com/package/sysend)
![bower](https://img.shields.io/badge/bower-1.17.1-yellow.svg)
[![npm](https://img.shields.io/badge/npm-1.17.2-blue.svg)](https://www.npmjs.com/package/sysend)
![bower](https://img.shields.io/badge/bower-1.17.2-yellow.svg)
![downloads](https://img.shields.io/npm/dt/sysend.svg)
[![jsdelivr](https://img.shields.io/jsdelivr/npm/hm/sysend)](https://www.jsdelivr.com/package/npm/sysend)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sysend",
"version": "1.17.1",
"version": "1.17.2",
"description": "Communication and Synchronization between browser tabs/windows. Works cross-domain.",
"main": "sysend.js",
"typings": "sysend.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion sysend.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**@license
* sysend.js - send messages between browser windows/tabs version 1.17.1
* sysend.js - send messages between browser windows/tabs version 1.17.2
*
* Copyright (C) 2014-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
Expand Down

0 comments on commit e49622e

Please sign in to comment.