rategame-shared 1.1.435 → 1.1.436

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.
@@ -592,7 +592,7 @@ exports.achievementsMap = {
592
592
  name: "Host With the Most",
593
593
  description: "Rate the World Cup host stadiums.",
594
594
  tiers: {
595
- bronze: { threshold: 6 },
595
+ bronze: { threshold: 8 },
596
596
  silver: { threshold: 12 },
597
597
  gold: { threshold: 16 },
598
598
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rategame-shared",
3
- "version": "1.1.435",
3
+ "version": "1.1.436",
4
4
  "description": "This package contains shared resources for the Rate Game project.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",