react-achievements 4.1.0 → 4.1.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,8 +9,8 @@
9
9
  <p align="center">
10
10
  <a href="https://github.com/dave-b-b/react-achievements/raw/main/assets/Demo.mov">
11
11
  <img
12
- src="https://raw.githubusercontent.com/dave-b-b/react-achievements/main/assets/compact.png"
13
- alt="React Achievements demo showing a LearnQuest achievements modal"
12
+ src="https://raw.githubusercontent.com/dave-b-b/react-achievements/main/assets/demo.gif"
13
+ alt="React Achievements demo showing achievement progress and a LearnQuest achievements modal"
14
14
  width="900"
15
15
  />
16
16
  </a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-achievements",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Drop-in achievement and gamification system for React applications",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.esm.js",