Skip to content

Commit 112b7d4

Browse files
committed
update version and remove year range in copyright
1 parent 60ebaba commit 112b7d4

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2023 Jakub T. Jankiewicz
3+
Copyright (c) 2018 Jakub T. Jankiewicz
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+3-3
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.17.2-blue.svg)](https://www.npmjs.com/package/sysend)
6-
![bower](https://img.shields.io/badge/bower-1.17.2-yellow.svg)
5+
[![npm](https://img.shields.io/badge/npm-1.17.3-blue.svg)](https://www.npmjs.com/package/sysend)
6+
![bower](https://img.shields.io/badge/bower-1.17.3-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

@@ -298,7 +298,7 @@ The library was featured in:
298298
299299
## License
300300
301-
Copyright (C) 2014-2023 [Jakub T. Jankiewicz](https://jcubic.pl/me)<br/>
301+
Copyright (C) 2014 [Jakub T. Jankiewicz](https://jcubic.pl/me)<br/>
302302
Released under the [MIT license](https://opensource.org/licenses/MIT)
303303
304304
This is free software; you are free to change and redistribute it.<br/>

package.json

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

sysend.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**@license
2-
* sysend.js - send messages between browser windows/tabs version 1.17.2
2+
* sysend.js - send messages between browser windows/tabs version 1.17.3
33
*
4-
* Copyright (C) 2014-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
4+
* Copyright (C) 2014 Jakub T. Jankiewicz <https://jcubic.pl/me>
55
* Released under the MIT license
66
*
77
*/

sysend.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**@license
2-
* sysend.js - send messages between browser windows/tabs version 1.17.2
2+
* sysend.js - send messages between browser windows/tabs version 1.17.3
33
*
4-
* Copyright (C) 2014-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
4+
* Copyright (C) 2014 Jakub T. Jankiewicz <https://jcubic.pl/me>
55
* Released under the MIT license
66
*
77
* The idea for localStorage implementation came from this StackOverflow question:

0 commit comments

Comments
 (0)