retro-pong-game 3.0.0 → 3.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ A retro-style Pong game that runs in any browser. Drop it onto your website with
4
4
 
5
5
  **[Live demo](https://chriscreativecode.com/retro-pong-game/)**
6
6
 
7
- ![retro-pong-game screenshot](https://chriscreativecode.com/retro-pong-game/retro-pong-game-screenshot.png?v=3)
7
+ ![retro-pong-game screenshot](https://chriscreativecode.com/retro-pong-game/retro-pong-game-screenshot-v3.png?v=1)
8
8
 
9
9
  - Animated starfield or nebular background
10
10
  - Particle effects on paddle hits
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "retro-pong-game",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "A retro-style Pong game for the browser. You can drop it onto any web page in a easy way.",
5
5
  "type": "module",
6
6
  "main": "dist/pong-game.umd.js",