liquid-gl 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # liquidGL – Ultra-light glassmorphism for the web
2
2
 
3
- <a href="https://liquidgl.naughtyduk.com"><img src="https://liquidgl.naughtyduk.com/assets/liquidGlass-promo.gif" alt="liquidGL" style="width: 100%"/></a>
3
+ <a href="https://liquidgl.naughtyduk.com"><img src="https://raw.githubusercontent.com/naughtyduk/liquidGL/main/assets/liquidGlass-promo.gif" alt="liquidGL" style="width: 100%"/></a>
4
4
 
5
5
  **Prodution Release** - `now with real-time support`\*
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "liquid-gl",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Ultra-light glassmorphism for the web.",
5
5
  "type": "module",
6
6
  "main": "./liquidGL.js",