zimjs 17.1.0 → 17.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -485,13 +485,13 @@ Canadian New Media Awards Programmer of the Year<br>
485
485
  Canadian New Media Awards Educator of the Year<br>
486
486
  https://zimjs.com/interactivemedia<br>
487
487
  Hamilton Arts Awards for Media Arts<br>
488
- http://danzen.com - Museum of Interactive Works
488
+ https://danzen.com - Museum of Interactive Works
489
489
 
490
490
  ## License
491
491
  This project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.txt) file for details
492
492
 
493
493
  ## Acknowledgments
494
- * Thanks to the folks here and on Slack with reports, requests and enthusiasm!
494
+ * Thanks to the folks here and in forums with reports, requests and enthusiasm!
495
495
  * Thanks Sheridan College and the Interactive Media Post Grad Program for the testing grounds!
496
496
  * Thanks to family for keeping me active in the "real world"
497
497
  * Thanks for giving us a STAR on GitHub!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zimjs",
3
- "version": "17.1.0",
3
+ "version": "17.2.1",
4
4
  "type": "module",
5
5
  "main": "./src/zim.js",
6
6
  "types": "./ts-src/typings/zim",